Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 6 of 6) sorted by relevance

/system/security/keystore/
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/extras/simpleperf/rust/
Dlib.rs88 let log_file = path_to_cstr(filename); in set_log_file() localVariable
90 simpleperf_profcollect_bindgen::SetLogFile(log_file.as_ptr()); in set_log_file()
/system/core/init/
Dbootchart.cpp97 static void log_file(FILE* log, const char* procfile) { in log_file() function
174 log_file(&*stat_log, "/proc/stat"); in bootchart_thread_main()
175 log_file(&*disk_log, "/proc/diskstats"); in bootchart_thread_main()
/system/update_engine/aosp/
Dlogging_android.cc301 log_settings.log_file = nullptr; in SetupLogging()
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py664 log_file = ("shutdownlog-error-%s.txt") % (now.strftime("%Y-%m-%d-%H-%M-%S"))
665 print("Shutdown error, capture log to %s" % (log_file))
666 with open(log_file, 'w') as f:
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc508 log_settings.log_file = "delta_generator.log"; in Main()