Searched defs:truncated (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 68 … 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 D | file_ex.cpp | 128 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 D | appspawn_cgroup.c | 51 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 D | file_util.cpp | 63 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 D | memcg.cpp | 249 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 D | kernel_interface.cpp | 116 …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 D | utils_mapped_file_test.cpp | 88 …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 D | event_logger.cpp | 305 bool truncated = false; in SaveDbToFile() local
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/ |
H A D | mapped_benchmark_test.cpp | 100 …e(const std::string& filePath, const std::string& content, off_t offset, bool truncated /*= true*/) in SaveStringToFile()
|