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

/external/netperf/
H A Dnetserver.c142 #ifndef DEBUG_LOG_FILE
144 #define DEBUG_LOG_FILE "/tmp/netperf.debug" macro
146 #define DEBUG_LOG_FILE "c:\\temp\\netperf.debug" macro
148 #endif /* DEBUG_LOG_FILE */
175 strcpy(FileName, DEBUG_LOG_FILE);
916 /* unlink(DEBUG_LOG_FILE); */
918 strcpy(FileName, DEBUG_LOG_FILE);
952 chmod(DEBUG_LOG_FILE,0644);

Completed in 37 milliseconds