Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp60 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile() argument
62 return OHOS::SaveStringToFile(filePath, content, truncated); in SaveStringToFile()
75 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile() argument
77 return OHOS::SaveBufferToFile(filePath, content, truncated); in SaveBufferToFile()
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h63 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated = tru…
66 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated