Searched refs:log_file_path (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/test/
H A Dsignal-logging.c168 const char *log_file_path = "/tmp/Xorg-logging-test.log"; local in function:logging_format
184 LogInit(log_file_path, NULL);
185 assert((f = fopen(log_file_path, "r")));
396 unlink(log_file_path);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.c616 char *home_dir=NULL, *log_file_path=NULL; local in function:OsVendorInit
618 if (home_dir) asprintf(&log_file_path, "%s/%s", home_dir, DEBUG_LOG_NAME);
619 if (log_file_path) {
620 if (!access(log_file_path, F_OK)) {
621 debug_log_fp = fopen(log_file_path, "a");
622 if (debug_log_fp) ErrorF("Debug logging enabled to %s\n", log_file_path);
624 free(log_file_path);

Completed in 4 milliseconds