Searched refs:SaveBufferToFile (Results 1 - 4 of 4) sorted by relevance
/commonlibrary/c_utils/base/include/ |
H A D | file_ex.h | 120 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated = true);
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_file_test.cpp | 525 bool ret = SaveBufferToFile(path, buff, false); in HWTEST_F() 546 bool ret = SaveBufferToFile(path, newContent); in HWTEST_F() 567 bool ret = SaveBufferToFile(path, newContent, false); in HWTEST_F()
|
/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 72 return SaveBufferToFile(tmpPath, tmpContent, truncated); in RustSaveBufferToFile() 331 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /*= true*/) in SaveBufferToFile() function
|
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/ |
H A D | file_benchmark_test.cpp | 632 bool ret = SaveBufferToFile(path, buff, false); in BENCHMARK_F() 657 bool ret = SaveBufferToFile(path, newContent); in BENCHMARK_F() 683 bool ret = SaveBufferToFile(path, newContent, false); in BENCHMARK_F()
|
Completed in 4 milliseconds