Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dfile_ex.cpp68 … RustSaveBufferToFile(const rust::String& filePath, const rust::vec<char>& content, bool truncated) in RustSaveBufferToFile()
75 bool RustSaveStringToFile(const rust::String& filePath, const rust::String& content, bool truncated) in RustSaveStringToFile()
203 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated /*= t… in SaveStringToFile()
331 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /*= true*… in SaveBufferToFile()
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_mapped_file_test.cpp88 …e(const std::string& filePath, const std::string& content, off_t offset, bool truncated /*= true*/) in SaveStringToFile()
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
Dmapped_benchmark_test.cpp100 …e(const std::string& filePath, const std::string& content, off_t offset, bool truncated /*= true*/) in SaveStringToFile()