HomeSort by relevance Sort by last modified time
    Searched defs:log_file (Results 1 - 12 of 12) 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')
  /system/update_engine/
main.cc 141 log_settings.log_file = nullptr;
143 string log_file; local
145 log_file = SetupLogFile(kSystemLogsRoot);
147 log_settings.log_file = log_file.c_str();
154 chmod(log_file.c_str(), 0640);
sideload_main.cc 55 string log_file; local
59 log_settings.log_file = nullptr;
  /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,
239 if ( log_file != NULL ) {
240 (void)fflush(log_file);
241 (void)fclose(log_file);
    [all...]
  /system/core/init/
bootchart.cpp 95 static void log_file(FILE* log, const char* procfile) { function in namespace:android::init
158 log_file(&*stat_log, "/proc/stat");
159 log_file(&*disk_log, "/proc/diskstats");
  /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}
384 log_file ${TMP_ASM}
387 log_file ${TMP_X}
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 646 const char *log_file = NULL; local
695 log_file = optarg;
764 if (log_file)
765 wpa_debug_open_file(log_file);
937 if (log_file)
  /external/fio/
iolog.c 43 void log_file(struct thread_data *td, struct fio_file *f, function
568 log_file(td, ff, FIO_LOG_ADD_FILE);
  /external/fio/os/windows/
posix.c 387 static HANDLE log_file = INVALID_HANDLE_VALUE; variable
391 if (log_file == INVALID_HANDLE_VALUE)
392 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
397 CloseHandle(log_file);
398 log_file = INVALID_HANDLE_VALUE;
408 if (log_file == INVALID_HANDLE_VALUE) {
409 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
412 if (log_file == INVALID_HANDLE_VALUE) {
421 WriteFile(log_file, output, len, &bytes_written, NULL);
  /external/libchrome/base/
logging.h 189 // log_file: NULL
198 const PathChar* log_file; member in struct:logging::LoggingSettings
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 597 char *log_file; /* optional log file */ member in struct:daemon
718 int log_reopen(char *log_file);

Completed in 155 milliseconds