Searched refs:LogFile (Results 1 – 17 of 17) 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() 107 assert(LogFile); in _mesa_get_log_file() 108 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/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 60 LogFile string member 443 …server := acvp.NewServer(config.ACVPServer, config.LogFile, [][]byte{certDER}, certKey, func() str…
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 3615 if (g.LogFile && g.LogFile != stdout) in Shutdown() 3617 fclose(g.LogFile); in Shutdown() 3618 g.LogFile = NULL; in Shutdown() 8785 if (g.LogFile) in LogText() 8786 vfprintf(g.LogFile, fmt, args); in LogText() 8840 IM_ASSERT(g.LogFile == NULL); in LogToTTY() 8841 g.LogFile = stdout; in LogToTTY() 8863 IM_ASSERT(g.LogFile == NULL); in LogToFile() 8864 g.LogFile = ImFileOpen(filename, "ab"); in LogToFile() 8865 if (!g.LogFile) in LogToFile() [all …]
|
D | imgui_internal.h | 919 FILE* LogFile; // If != NULL log to stdout/ file member 1032 LogFile = NULL; in ImGuiContext()
|
/external/boringssl/src/util/fipstools/acvp/ |
D | ACVP.md | 126 "LogFile": "log" 134 Lastly, a log of all HTTP traffic will be written to the file named by `LogFile`, if provided. This…
|
/external/parameter-framework/upstream/tools/clientSimulator/ |
D | README.md | 110 "LogFile" : "tests.log",
|
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk7-flags.txt | 359 ccstr LogFile = {diagnostic}
|
D | jdk6-flags.txt | 330 ccstr LogFile = {diagnostic}
|
/external/libabigail/tests/data/test-annotate/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 23769 <!-- std::ofstream* vtkSocketCommunicator::LogFile --> 23770 …<var-decl name='LogFile' type-id='type-id-1269' visibility='default' filepath='/tmp/legendre/spack…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 14643 …<var-decl name='LogFile' type-id='type-id-1269' visibility='default' filepath='/tmp/legendre/spack…
|