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

/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");
/system/update_engine/
H A Dmain.cc141 log_settings.log_file = nullptr;
143 string log_file; local
145 log_file = SetupLogFile(kSystemLogsRoot);
147 log_settings.log_file = log_file.c_str();
154 chmod(log_file.c_str(), 0640);
H A Dsideload_main.cc55 string log_file; local
59 log_settings.log_file = nullptr;

Completed in 87 milliseconds