Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/path.h
| Show First 20 Lines • Show All 60 Lines • ▼ Show 20 Lines | |||||
| bool path_write_binary(const string &path, const vector<uint8_t> &binary); | bool path_write_binary(const string &path, const vector<uint8_t> &binary); | ||||
| bool path_write_text(const string &path, string &text); | bool path_write_text(const string &path, string &text); | ||||
| bool path_read_binary(const string &path, vector<uint8_t> &binary); | bool path_read_binary(const string &path, vector<uint8_t> &binary); | ||||
| bool path_read_text(const string &path, string &text); | bool path_read_text(const string &path, string &text); | ||||
| /* File manipulation. */ | /* File manipulation. */ | ||||
| bool path_remove(const string &path); | bool path_remove(const string &path); | ||||
| /* source code utility */ | |||||
| string path_source_replace_includes(const string &source, const string &path); | |||||
| /* cache utility */ | /* cache utility */ | ||||
| void path_cache_clear_except(const string &name, const set<string> &except); | void path_cache_clear_except(const string &name, const set<string> &except); | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif | #endif | ||||