Searched defs:logFile (Results 1 – 7 of 7) sorted by relevance
142 logStoreEx.ClearSameLogFilesIfNeeded([] (auto& logFile) { in __anone55cc5c50202()146 logStoreEx.ClearSameLogFilesIfNeeded([] (auto& logFile) { in __anone55cc5c50302()
113 std::fstream logFile(AUDIT_LOG_PATH, std::ios::out); in Clear() local171 std::ifstream logFile(path); in ReadLogFromFile() local
158 std::ifstream logFile(realPath); in WriteStackTraceFromLog() local257 std::ifstream logFile(path); in ParseFaultLogInfoFromFile() local289 std::ifstream logFile(path); in WriteLogToFile() local
114 std::string logFile = info.logPath; in SaveFaultLogToFile() local
152 int EventLogger::Getfile(std::shared_ptr<SysEvent> event, std::string& logFile) in Getfile()171 std::string logFile; in StartLogCollect() local388 bool EventLogger::UpdateDB(std::shared_ptr<SysEvent> event, std::string logFile) in UpdateDB()
42 static void LogToFile(const char *logFile, const char *tag, const char *info) in LogToFile()
40 void InitUpdaterLogger(const std::string &tag, const std::string &logFile, const std::string &stage… in InitUpdaterLogger()