Searched refs:LogFile (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | errors.c | 40 static FILE *LogFile = NULL; variable 59 LogFile = fopen(logFile, "w"); in output_if_debug() 60 if (!LogFile) in output_if_debug() 61 LogFile = stderr; in output_if_debug() 77 fprintf(LogFile, "%s: %s", prefixString, outputString); in output_if_debug() 79 fprintf(LogFile, "%s", outputString); in output_if_debug() 81 fprintf(LogFile, "\n"); in output_if_debug() 82 fflush(LogFile); in output_if_debug() 104 assert(LogFile); in _mesa_get_log_file() 105 return LogFile; in _mesa_get_log_file()
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 381 LogFile = open(os.path.join(FailPath, FileName + ".stderr.txt"), "w+b") 385 check_call(Command, cwd = Dir, stderr=LogFile, 386 stdout=LogFile, 391 (FullFileName, LogFile.name, e.returncode) 394 LogFile.close() 398 os.remove(LogFile.name);
|
/external/e2fsprogs/ext2ed/ |
D | disk.c | 148 if ((fp=fopen (LogFile,"a+"))==NULL) { in log_changes() 149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes()
|
D | ext2ed.conf.in | 22 # LogFile is the location of the log file. Actual changes to the filesystem 26 LogFile /var/log/ext2ed.log
|
D | main.c | 59 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there… variable
|
D | ext2ed.h | 188 extern char LogFile [200];
|
D | init.c | 509 strcpy (LogFile,value); in process_configuration_file()
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | hostapd.conf | 8 LogFile = messages
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | README.md | 110 "LogFile" : "tests.log",
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-flags.txt | 330 ccstr LogFile = {diagnostic}
|
D | jdk7-flags.txt | 359 ccstr LogFile = {diagnostic}
|