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

1 2 3 4

  /external/chromium_org/tools/gyp/test/target/
gyptest-target.py 29 log_file = "obj\\hello1\\hello1.log" variable
30 test.built_file_must_exist(log_file)
31 test.built_file_must_not_contain(log_file, "MSB8012")
33 log_file = "obj\\hello2\\hello2.log" variable
34 test.built_file_must_exist(log_file)
35 test.built_file_must_not_contain(log_file, "MSB8012")
  /external/chromium_org/chrome/tools/crash_service/
main.cc 49 base::FilePath log_file = operating_dir.Append(kStandardLogFile); local
55 settings.log_file = log_file.value().c_str();
  /external/chromium_org/sandbox/win/tools/finder/
main.cc 31 ATL::CString log_file; local
100 log_file = argv[i];
130 if (log_file.GetLength()) {
131 errno_t err = _wfopen_s(&file_output, log_file, L"w");
133 wprintf(L"\nAbord, Cannot open file \"%ls\"", log_file.GetBuffer());
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 145 FILE *log_file = fopen(optarg, "w"); local
146 if (log_file)
148 setlinebuf(log_file);
149 log_stream_sp.reset (new StreamFile (log_file, true));
  /external/chromium_org/chromecast/shell/app/
cast_main_delegate.cc 34 base::FilePath log_file; local
35 PathService::Get(FILE_CAST_ANDROID_LOG, &log_file);
37 settings.log_file = log_file.value().c_str();
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 20 base::string16 * log_file) {
23 DCHECK(log_file);
24 if (!dll_name || !entry_point || !log_file)
42 *log_file = arg_list[3];
129 base::string16 log_file; local
133 &log_file)) {
139 HANDLE pipe = ::CreateFile(log_file.c_str(),
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 64 char *log_file; /* file to save all event logs */ member in struct:PERF_Config
  /external/lldb/examples/python/
disasm-stress-test.py 56 def ResetLogFile(log_file):
57 if log_file != sys.stdout:
58 log_file.seek(0)
60 def PrintByteArray(log_file, byte_array):
62 print >>log_file, hex(byte) + " ",
63 print >>log_file
66 def __init__(self, byte_width, log_file, start=0, skip=1):
68 self.m_log_file = log_file
97 def __init__(self, byte_width, log_file):
99 self.m_log_file = log_file
118 log_file = None variable
    [all...]
  /external/lldb/source/Commands/
CommandObjectLog.cpp 122 log_file (),
141 case 'f': log_file.SetFile(option_arg, true); break;
161 log_file.Clear();
177 FileSpec log_file; member in class:CommandObjectLogEnable::CommandOptions
194 char log_file[PATH_MAX]; local
195 if (m_options.log_file)
196 m_options.log_file.GetPath(log_file, sizeof(log_file));
198 log_file[0] = '\0'
    [all...]
  /development/ndk/platforms/android-3/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /external/chromium_org/chrome/common/
logging_chrome.cc 244 settings.log_file = log_path.value().c_str();
296 settings.log_file = log_path.value().c_str();
402 std::ifstream log_file; local
403 log_file.open(GetLogFileName().value().c_str());
404 if (!log_file.is_open())
409 while (!log_file.eof()) {
410 getline(log_file, utf8_line);
418 log_file.close();
  /external/chromium_org/components/test/data/password_manager/
tests.py 430 parser.add_argument("--log-file", action="store", dest="log_file",
455 log_file = None variable
456 if args.log_file:
457 log_file = args.log_file[0] variable
472 log_file,
485 log_file,
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 546 const char *log_file = NULL; local
588 log_file = optarg;
642 if (log_file)
643 wpa_debug_open_file(log_file);
756 if (log_file)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 42 log_file(){ function
292 log_file ${TMP_C}
299 log_file ${TMP_CC}
306 log_file ${TMP_C}
373 log_file ${TMP_ASM}
376 log_file ${TMP_X}
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data

Completed in 653 milliseconds

1 2 3 4