Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/src/
Dfile_ex.cpp36 bool RustLoadStringFromFile(const rust::String& filePath, rust::String& content) in RustLoadStringFromFile()
57 bool RustLoadBufferFromFile(const rust::String& filePath, rust::vec<char>& content) in RustLoadBufferFromFile()
68 bool RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool trunca… in RustSaveBufferToFile()
75 bool RustSaveStringToFile(const rust::String& filePath, const rust::String& content, bool truncated) in RustSaveStringToFile()
110 bool LoadStringFromFile(const string& filePath, string& content) in LoadStringFromFile()
203 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated /*= t… in SaveStringToFile()
258 bool LoadBufferFromNodeFile(const string& filePath, vector<char>& content) in LoadBufferFromNodeFile()
294 bool LoadBufferFromFile(const string& filePath, vector<char>& content) in LoadBufferFromFile()
331 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /*= true*… in SaveBufferToFile()
/commonlibrary/ets_utils/js_sys_module/dfx/
Dnative_module_dfx.cpp113 std::string filePath = tempStr; in StopHeapTracking() local
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_mapped_file_test.cpp88 bool SaveStringToFile(const std::string& filePath, const std::string& content, off_t offset, bool t… in SaveStringToFile()