Home
last modified time | relevance | path

Searched defs:FileLogger (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/aosp/
Dlogging_android.cc122 class FileLogger { class
124 explicit FileLogger(const string& path) { in FileLogger() function in chromeos_update_engine::__anon238db7cd0111::FileLogger
146 FileLogger(const FileLogger& other) { fd_.reset(dup(other.fd_)); } in FileLogger() function in chromeos_update_engine::__anon238db7cd0111::FileLogger
/system/extras/simpleperf/
Dprofcollect.cpp110 static void FileLogger(android::base::LogId id, android::base::LogSeverity severity, in FileLogger() function