HomeSort by relevance Sort by last modified time
    Searched defs:log_file (Results 1 - 7 of 7) sorted by null

  /external/arm-neon-tests/
compute_ref.c 36 FILE* log_file = NULL; variable
44 if (log_file) fclose (log_file);
204 log_file = fopen (LOGFILE, "w");
205 if (log_file == NULL) {
212 fprintf (log_file, "Error opening ref file %s\n", REFFILE);
218 fprintf (log_file, "Error opening GCC ref file %s\n", GCCTESTS_FILE);
222 fprintf (log_file, "Computing refs....\n");
367 fprintf (log_file, "Finished\n");
  /external/iptables/
iptables-test.py 30 log_file = None variable
145 global log_file
146 print >> log_file, "command: %s" % cmd
148 stderr=subprocess.STDOUT, stdout=log_file)
149 log_file.flush()
288 global log_file
290 log_file = open(LOGFILE, 'w')
  /external/oj-libjdwp/src/share/back/
log_messages.c 49 static FILE * log_file; variable
156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) {
158 log_file = fopen(logging_filename, "w");
159 if ( log_file!=NULL ) {
160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ);
166 if ( log_file != NULL ) {
188 standard_logging_format(log_file,
245 if ( log_file != NULL ) {
246 (void)fflush(log_file);
247 (void)fclose(log_file);
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 39 log_file(){ function
298 log_file ${TMP_C}
305 log_file ${TMP_CC}
312 log_file ${TMP_C}
390 log_file ${TMP_ASM}
393 log_file ${TMP_X}
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 648 const char *log_file = NULL; local
702 log_file = optarg;
771 if (log_file)
772 wpa_debug_open_file(log_file);
929 if (log_file)
  /external/libchrome/base/
logging.h 191 // log_file: NULL
200 const PathChar* log_file; member in struct:logging::LoggingSettings
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 596 char* log_file; /* optional log file */ member in struct:daemon
710 int log_reopen(char* log_file);

Completed in 164 milliseconds