Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/common/
Dappspawn_cgroup.c51 APPSPAWN_STATIC int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count) in WriteToFile()
/base/hiviewdfx/hiview/base/utility/
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()
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp237 bool truncated = false; in SaveDbToFile() local