Searched refs:SaveBufferToFile (Results 1 – 3 of 3) sorted by relevance
75 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile() function77 return OHOS::SaveBufferToFile(filePath, content, truncated); in SaveBufferToFile()
66 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated…
213 (void)FileUtil::SaveBufferToFile(GenerateLogFileName(caseName, SUFFIX_0), content, true);