Searched refs:log_file (Results 1 – 10 of 10) sorted by relevance
76 log_settings.log_file = nullptr; in SetupLogging()78 string log_file; in SetupLogging() local80 log_file = SetupLogFile(kSystemLogsRoot); in SetupLogging()83 log_settings.log_file = log_file.c_str(); in SetupLogging()85 log_settings.log_file_path = log_file.c_str(); in SetupLogging()
20 log_file=$prefix.log24 rm -f $log_file30 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_file61 log "comparing $baseline_file and $log_file"62 diff $baseline_file $log_file || (log $tag FAILED && exit 1)
97 static void log_file(FILE* log, const char* procfile) { in log_file() function160 log_file(&*stat_log, "/proc/stat"); in bootchart_thread_main()161 log_file(&*disk_log, "/proc/diskstats"); in bootchart_thread_main()
75 void set_temporary_log_file(const std::string& log_file) { in set_temporary_log_file() argument76 temporary_log_file_ = log_file; in set_temporary_log_file()
87 for log_file in log_files:88 log_file.write(line)
225 std::string log_file(filename); in choose_recovery_file() local227 log_file += "." + std::to_string(i); in choose_recovery_file()230 if (ensure_path_mounted(log_file) == 0 && access(log_file.c_str(), R_OK) == 0) { in choose_recovery_file()231 entries.push_back(std::move(log_file)); in choose_recovery_file()
203 log_file = os.path.join(self.output_dir, '{}.log'.format(target))204 with open(log_file, 'wb') as lf:
274 log_settings.log_file = nullptr; in SetupLogging()
645 log_file = ("shutdownlog-error-%s.txt") % (now.strftime("%Y-%m-%d-%H-%M-%S"))646 print("Shutdown error, capture log to %s" % (log_file))647 with open(log_file, 'w') as f:
442 log_settings.log_file = "delta_generator.log"; in Main()