Searched refs:log_file (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/base/
H A Dperftimer.cc17 bool InitPerfLog(const FilePath& log_file) { argument
24 perf_log_file = file_util::OpenFile(log_file, "w");
H A Dlogging.cc98 FileHandle log_file = NULL; member in namespace:logging
186 PathString log_file = module_name; local
188 log_file.rfind('\\', log_file.size());
190 log_file.erase(last_backslash + 1);
191 log_file += L"debug.log";
192 return log_file;
316 if (log_file)
328 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE,
331 if (log_file
[all...]
H A Dlogging.h195 BASE_API bool BaseInitLoggingImpl(const PathChar* log_file,
211 inline bool InitLogging(const PathChar* log_file, argument
216 return BaseInitLoggingImpl(log_file, logging_dest, lock_log,
/external/v8/tools/
H A Dlinux-tick-processor4 log_file="v8.log"
8 log_file=${arg}
26 d8_exec=`grep -m 1 -o '".*/d8"' $log_file | sed 's/"//g'`
36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
H A Dll_prof.py348 self.log_file = open(log_name, "r")
349 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE)
465 self.log_file.close()
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A 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):
71 self._files_for_output.remove(log_file)
73 log_file.close()
/external/chromium/googleurl/base/
H A Dlogging.cc56 HANDLE log_file = NULL; member in namespace:logging
82 if (log_file)
95 log_file = CreateFile(log_file_name, GENERIC_WRITE,
98 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) {
100 log_file = CreateFile(_T(".\\debug.log"), GENERIC_WRITE,
103 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL) {
104 log_file = NULL;
108 SetFilePointer(log_file,
[all...]
H A Dlogging.h115 void InitLogging(const TCHAR* log_file, LoggingDestination logging_dest,
/external/grub/util/
H A 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...]
H A 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...]
/external/dnsmasq/src/
H A Dlog.c70 if (daemon->log_file)
78 if (!log_reopen(daemon->log_file))
104 int log_reopen(char *log_file) argument
111 if (log_file)
113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
H A Ddnsmasq.c476 daemon->log_file, strerror(log_err));
793 die(_("cannot open %s: %s"), daemon->log_file ? daemon->log_file : "log", EC_FILE);
870 if (daemon->log_file != NULL)
871 log_reopen(daemon->log_file);
H A Ddnsmasq.h622 char *log_file; /* optional log file */ member in struct:daemon
757 int log_reopen(char *log_file);
/external/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh84 local log_file="$2"
86 echo "=> $message; log in $log_file"
89 # e.g.: xterm -e /bin/bash -c "$* >| tee $log_file"
90 $* &> $log_file
/external/chromium/chrome/common/
H A Dlogging_chrome.cc424 std::ifstream log_file; local
425 log_file.open(GetLogFileName().value().c_str());
426 if (!log_file.is_open())
431 while (!log_file.eof()) {
432 getline(log_file, utf8_line);
440 log_file.close();
/external/wpa_supplicant_8/hostapd/
H A Dmain.c541 const char *log_file = NULL; local
578 log_file = optarg;
609 if (log_file)
610 wpa_debug_open_file(log_file);
651 if (log_file)
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc45 // Verifies that the log table stored in the file "log_file" corresponds to
47 static int VerifyTable(FILE* log_file, const ExpectedValuesMap& columns) { argument
50 char* ret = fgets(line_buffer, kMaxLineLength, log_file);
57 while (fgets(line_buffer, kMaxLineLength, log_file) != NULL) {
/external/chromium/chrome/browser/chromeos/
H A Dboot_times_loader.cc111 FilePath log_file = log_dir.Append(log); local
114 if (file_util::ReadFileToString(log_file, &contents)) {
187 FilePath log_file = log_dir.Append(kFirmwareBootTime); local
188 if (!file_util::PathExists(log_file)) {
/external/valgrind/tsan/
H A Dts_offline.cc365 if (G_flags->log_file.size() > 0) {
366 output = fopen(G_flags->log_file.c_str(), "w");
H A Dthread_sanitizer.h65 string log_file; member in struct:FLAGS
/external/libvpx/build/make/
H A 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/sonivox/jet_tools/JetCreator/
H A DJetFile.py750 parser.set_defaults(log_level=logging.INFO, log_file=None)
752 parser.add_option('-l', '--log_file', dest='log_file', help='Write debug output to log file')
765 if options.log_file is not None:
766 file_logger = logging.FileHandler(options.log_file, 'w')
H A Deas.py551 def __init__ (self, handle=None, dll_path=None, log_file=None):
554 if log_file is not None:
555 eas_logger.addHandler(log_file)
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py653 if options.log_file:
655 options.log_file, 'a', options.log_max, options.log_count)
772 parser.add_option('-l', '--log-file', '--log_file', dest='log_file',
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py649 if options.log_file:
651 options.log_file, 'a', options.log_max, options.log_count)
768 parser.add_option('-l', '--log-file', '--log_file', dest='log_file',

Completed in 524 milliseconds

12