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