Searched refs:log_file (Results 1 - 5 of 5) 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/security/keystore/
H A Dtest-keystore20 log_file=$prefix.log
24 rm -f $log_file
30 append $log_file \# "$@"
47 "$@" | tr --delete '\r' | sed -E 's/[0-9]{4}-[0-9]{2}-[0-9]{2} +[0-9]{1,2}:[0-9]{2} //' >> $log_file
61 log "comparing $baseline_file and $log_file"
62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
/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/payload_generator/
H A Dgenerate_delta_main.cc382 log_settings.log_file = "delta_generator.log";

Completed in 130 milliseconds