Searched refs:fullFile (Results 1 – 2 of 2) sorted by relevance
257 bool AsanCollector::ReadRecordToString(std::string& fullFile, const std::string& fileName) in ReadRecordToString() argument264 if (!OHOS::HiviewDFX::ReadFileToString(fullFile, record)) { in ReadRecordToString()265 HIVIEW_LOGI("Unable to open %{public}s", fullFile.c_str()); in ReadRecordToString()271 if (stat(fullFile.c_str(), &st) == -1) { in ReadRecordToString()272 HIVIEW_LOGI("stat %{public}s error", fullFile.c_str()); in ReadRecordToString()306 UpdateCollectedData(signature, fullFile); in ReadRecordToString()
38 virtual bool ReadRecordToString(std::string& fullFile, const std::string& fileName);