Searched refs:ReadFileToString (Results 1 – 8 of 8) sorted by relevance
48 bool ReadFileToString(const std::string& path, std::string& out);
228 if (!OHOS::HiviewDFX::ReadFileToString(fullFile, record)) { in ReadRecordToString()
71 bool ReadFileToString(const std::string& path, std::string& out) in ReadFileToString() function
60 bool ReadFileToString(int fd, std::string &content);
158 if (!Utils::ReadFileToString(fd, cmd)) { in ReloadForRetry()
95 if (!Utils::ReadFileToString(fd, content)) { in ExtractFile()
72 bool rc = Updater::Utils::ReadFileToString(fd, contents); in GetTransferContents()
325 bool ReadFileToString(int fd, std::string &content) in ReadFileToString() function