Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A 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()
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/
H A Dfile_ex.cpp128 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated /* = … in SaveStringToFile()
253 bool SaveBufferToFile(const string& filePath, const vector<char>& content, bool truncated /* = true… in SaveBufferToFile()
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c51 APPSPAWN_STATIC int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count) in WriteToFile()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp63 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile()
78 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp249 inline bool Memcg::WriteToFile_(const std::string& path, const std::string& content, bool truncated) in WriteToFile_()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp116 …l KernelInterface::WriteToFile(const std::string& path, const std::string& content, bool truncated) in WriteToFile()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp88 …e(const std::string& filePath, const std::string& content, off_t offset, bool truncated /*= true*/) in SaveStringToFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp305 bool truncated = false; in SaveDbToFile() local
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp100 …e(const std::string& filePath, const std::string& content, off_t offset, bool truncated /*= true*/) in SaveStringToFile()