Searched defs:log_file (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/
H A Dmain.cc80 string log_file; local
87 log_settings.log_file = nullptr;
90 log_file = SetupLogFile("/var/log");
91 log_settings.log_file = log_file.c_str();
H A Dsideload_main.cc55 string log_file; local
59 log_settings.log_file = nullptr;
/system/core/init/
H A Dbootchart.cpp95 static void log_file(FILE* log, const char* procfile) { function in namespace:android::init
158 log_file(&*stat_log, "/proc/stat");
159 log_file(&*disk_log, "/proc/diskstats");

Completed in 441 milliseconds