Searched refs:DEBUG_PRINT_FILE (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
H A DDebugSupport.h37 #ifndef DEBUG_PRINT_FILE
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp46 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
H A DDebug.h40 #ifndef DEBUG_PRINT_FILE
41 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/src/servers/package/
H A DDebugSupport.cpp47 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
H A DDebugSupport.h34 #ifndef DEBUG_PRINT_FILE
35 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp43 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h37 #ifndef DEBUG_PRINT_FILE
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h33 #ifndef DEBUG_PRINT_FILE
34 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/headers/private/file_systems/
H A DDebugSupport.h37 #ifndef DEBUG_PRINT_FILE
38 # define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log" macro
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDebugSupport.cpp49 out = open(DEBUG_PRINT_FILE, O_RDWR | O_CREAT | O_TRUNC);

Completed in 123 milliseconds