Home
last modified time | relevance | path

Searched refs:SaveBufferToFile (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dfile_ex.h120 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated = true);
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_file_test.cpp525 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 Dfile_ex.cpp72 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 Dfile_benchmark_test.cpp632 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