Home
last modified time | relevance | path

Searched refs:truncated (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h65 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated = true);
68 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated = true);
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp63 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile() argument
65 return OHOS::SaveStringToFile(filePath, content, truncated); in SaveStringToFile()
78 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile() argument
80 return OHOS::SaveBufferToFile(filePath, content, truncated); in SaveBufferToFile()
/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() argument
54 int fd = open(path, O_RDWR | (truncated ? O_TRUNC : O_APPEND)); in WriteToFile()
/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h99 int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count);
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp263 bool truncated = false; in SaveDbToFile() local
265 truncated = true; in SaveDbToFile()
273 FileUtil::SaveStringToFile(historyFile, str, truncated); in SaveDbToFile()

Completed in 5 milliseconds