Searched refs:logfile (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/intl/ |
D | log.c | 64 FILE *logfile; local 89 logfile = last_logfile; 91 fprintf (logfile, "domain "); 92 print_escaped (logfile, domainname); 93 fprintf (logfile, "\nmsgid "); 94 print_escaped (logfile, msgid1); 97 fprintf (logfile, "\nmsgid_plural "); 98 print_escaped (logfile, msgid2); 99 fprintf (logfile, "\nmsgstr[0] \"\"\n"); 102 fprintf (logfile, "\nmsgstr \"\"\n"); [all …]
|
/toolchain/benchmark/ |
D | build_bench.py | 187 with open(log_file, 'a') as logfile: 189 logfile.write(log_head) 192 ['bash', '-c', raw_cmd], stdout=logfile, stderr=logfile)
|
D | run.py | 156 logfile = os.path.join(config.bench_suite_dir, f) 158 os.remove(logfile) 179 with open(log_file, 'a') as logfile: 181 logfile.write(log_header) 183 subprocess.check_call(cmd, stdout=logfile)
|