Home
last modified time | relevance | path

Searched refs:SetupLogFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/cros/
H A Dlogging.cc56 string SetupLogFile(const string& kLogsRoot) { in SetupLogFile() function
80 log_file = SetupLogFile(kSystemLogsRoot); in SetupLogging()
/aosp12/system/update_engine/aosp/
H A Dlogging_android.cc91 string SetupLogFile(const string& kLogsRoot) { in SetupLogFile() function
203 loggers_.push_back(std::move(FileLogger(SetupLogFile(kSystemLogsRoot)))); in CombinedLogger()