Searched refs:ReadFileBuff (Results 1 – 4 of 4) sorted by relevance
75 LogUtil::ReadFileBuff(trustStack, buff);115 LogUtil::ReadFileBuff(trustStack, buff);187 LogUtil::ReadFileBuff(traceFile, buff);222 LogUtil::ReadFileBuff(traceFile, buff);
51 static bool ReadFileBuff(const std::string& file, std::stringstream& buffer);
61 if (!LogUtil::ReadFileBuff(featureSet_.fullPath, buffer) || !buffer.good() || buffer.eof()) { in Extract()355 if (LogUtil::ReadFileBuff(filePath, buffer)) { in ComposeTrace()440 LogUtil::ReadFileBuff(file, buffer); in GetCrashFaultLine()
226 bool LogUtil::ReadFileBuff(const string& file, stringstream& buffer) in ReadFileBuff() function in OHOS::HiviewDFX::LogUtil