Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/tools/
Dwindows-tick-processor.bat6 SET log_file=v8.log
12 IF NOT %arg1:~0,2% == 1 (IF NOT %arg1:~0,2% == 1- SET log_file=%1)
14 IF NOT %arg2:~0,2% == 2 (IF NOT %arg2:~0,2% == 2- SET log_file=%2)
16 IF NOT %arg3:~0,2% == 3 (IF NOT %arg3:~0,2% == 3- SET log_file=%3)
18 IF NOT %arg4:~0,2% == 4 (IF NOT %arg4:~0,2% == 4- SET log_file=%4)
20 IF NOT %arg5:~0,2% == 5 (IF NOT %arg5:~0,2% == 5- SET log_file=%5)
22 IF NOT %arg6:~0,2% == 6 (IF NOT %arg6:~0,2% == 6- SET log_file=%6)
24 IF NOT %arg7:~0,2% == 7 (IF NOT %arg7:~0,2% == 7- SET log_file=%7)
26 IF NOT %arg8:~0,2% == 8 (IF NOT %arg8:~0,2% == 8- SET log_file=%8)
28 IF NOT %arg9:~0,2% == 9 (IF NOT %arg9:~0,2% == 9- SET log_file=%9)
[all …]
Dlinux-tick-processor21 log_file="v8.log"
25 log_file=${arg}
31 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
/external/chromium/googleurl/base/
Dlogging.cc56 HANDLE log_file = NULL; variable
82 if (log_file) in InitializeLogFileHandle()
95 log_file = CreateFile(log_file_name, GENERIC_WRITE, in InitializeLogFileHandle()
98 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle()
100 log_file = CreateFile(_T(".\\debug.log"), GENERIC_WRITE, in InitializeLogFileHandle()
103 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle()
104 log_file = NULL; in InitializeLogFileHandle()
108 SetFilePointer(log_file, 0, 0, FILE_END); in InitializeLogFileHandle()
125 if (log_file) { in InitLogging()
128 CloseHandle(log_file); in InitLogging()
[all …]
Dlogging.h115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
/external/chromium/base/
Dlogging.cc95 FileHandle log_file = NULL; variable
183 PathString log_file = module_name; in GetDefaultLogFile() local
185 log_file.rfind('\\', log_file.size()); in GetDefaultLogFile()
187 log_file.erase(last_backslash + 1); in GetDefaultLogFile()
188 log_file += L"debug.log"; in GetDefaultLogFile()
189 return log_file; in GetDefaultLogFile()
313 if (log_file) in InitializeLogFileHandle()
325 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE, in InitializeLogFileHandle()
328 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) { in InitializeLogFileHandle()
330 log_file = CreateFile(L".\\debug.log", GENERIC_WRITE, in InitializeLogFileHandle()
[all …]
Dperftimer.cc17 bool InitPerfLog(const FilePath& log_file) { in InitPerfLog() argument
24 perf_log_file = file_util::OpenFile(log_file, "w"); in InitPerfLog()
Dlogging.h195 BASE_API bool BaseInitLoggingImpl(const PathChar* log_file,
211 inline bool InitLogging(const PathChar* log_file, in InitLogging() argument
216 return BaseInitLoggingImpl(log_file, logging_dest, lock_log, in InitLogging()
/external/grub/util/
Dgrub-install34 log_file=/tmp/grub-install.log.$$
337 test -n "$mklog" && log_file=`$mklog`
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
343 cat $log_file 1>&2
347 rm -f $log_file
423 test -n "$mklog" && log_file=`$mklog`
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
448 rm -f $log_file
[all …]
Dgrub-install.in34 log_file=/tmp/grub-install.log.$$
337 test -n "$mklog" && log_file=`$mklog`
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
343 cat $log_file 1>&2
347 rm -f $log_file
423 test -n "$mklog" && log_file=`$mklog`
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
448 rm -f $log_file
[all …]
/external/webkit/Tools/Scripts/webkitpy/common/system/
Ddeprecated_logging.py65 log_file = self._open_log_file(path)
66 self._files_for_output.append(log_file)
68 return log_file
70 def remove_log(self, log_file): argument
71 self._files_for_output.remove(log_file)
73 log_file.close()
/external/chromium/chrome/common/
Dlogging_chrome.cc424 std::ifstream log_file; in GetFatalAssertions() local
425 log_file.open(GetLogFileName().value().c_str()); in GetFatalAssertions()
426 if (!log_file.is_open()) in GetFatalAssertions()
431 while (!log_file.eof()) { in GetFatalAssertions()
432 getline(log_file, utf8_line); in GetFatalAssertions()
440 log_file.close(); in GetFatalAssertions()
/external/dnsmasq/src/
Dlog.c70 if (daemon->log_file) in log_start()
78 if (!log_reopen(daemon->log_file)) in log_start()
104 int log_reopen(char *log_file) in log_reopen() argument
111 if (log_file) in log_reopen()
113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
Ddnsmasq.c476 daemon->log_file, strerror(log_err)); in main()
793 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE); in fatal_event()
870 if (daemon->log_file != NULL) in async_event()
871 log_reopen(daemon->log_file); in async_event()
Ddnsmasq.h622 char *log_file; /* optional log file */ member
757 int log_reopen(char *log_file);
Doption.c1111 daemon->log_file = opt_string_alloc(arg); in one_opt()
/external/llvm/utils/crosstool/ARM/
Dbuild-install-linux.sh84 local log_file="$2"
86 echo "=> $message; log in $log_file"
90 $* &> $log_file
/external/wpa_supplicant_8/hostapd/
Dmain.c508 const char *log_file = NULL; in main() local
534 log_file = optarg; in main()
562 if (log_file) in main()
563 wpa_debug_open_file(log_file); in main()
599 if (log_file) in main()
/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc111 FilePath log_file = log_dir.Append(log); in GetTime() local
114 if (file_util::ReadFileToString(log_file, &contents)) { in GetTime()
187 FilePath log_file = log_dir.Append(kFirmwareBootTime); in GetBootTimes() local
188 if (!file_util::PathExists(log_file)) { in GetBootTimes()
/external/libvpx/build/make/
Dconfigure.sh42 log_file(){ function
276 log_file ${TMP_C}
283 log_file ${TMP_C}
333 log_file ${TMP_ASM}
336 log_file ${TMP_X}
/external/valgrind/tsan/
Dts_offline.cc365 if (G_flags->log_file.size() > 0) { in main()
366 output = fopen(G_flags->log_file.c_str(), "w"); in main()
Dthread_sanitizer.h65 string log_file; member
Dts_pin.cc334 static FILE *log_file = NULL; in DumpEventPlainText()
335 if (log_file == NULL) { in DumpEventPlainText()
336 log_file = popen(("gzip > " + G_flags->dump_events).c_str(), "w"); in DumpEventPlainText()
346 fprintf(log_file, "#PC %lx %s %s %s %d\n", in DumpEventPlainText()
350 fprintf(log_file, "%s %x %lx %lx %lx\n", kEventNames[type], tid, in DumpEventPlainText()
3623 FILE *socket_output = OpenSocketForWriting(G_flags->log_file); in main()
3626 } else if (!G_flags->log_file.empty()) { in main()
3628 string fname = G_flags->log_file; in main()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch106 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE);
511 if (!log_reopen(daemon->log_file))
/external/sonivox/jet_tools/JetCreator/
DJetFile.py750 parser.set_defaults(log_level=logging.INFO, log_file=None)
765 if options.log_file is not None:
766 file_logger = logging.FileHandler(options.log_file, 'w')
Deas.py551 def __init__ (self, handle=None, dll_path=None, log_file=None): argument
554 if log_file is not None:
555 eas_logger.addHandler(log_file)

12