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

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
syslog.h 90 int log_file; member in struct:syslog_data
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 324 wchar_t log_file[MAX_PATH]; local
330 ::GetWindowText(edit_log_file, log_file, MAX_PATH);
357 log_file_ = base::string16(L"\"") + log_file + base::string16(L"\"");
  /external/fio/
iolog.c 38 void log_file(struct thread_data *td, struct fio_file *f, function
512 log_file(td, ff, FIO_LOG_ADD_FILE);
639 const char *log_file, const char *name, int try)
646 if (log_file)
647 ret = finish_log_named(td, log, log_file, name, try);
  /external/chromium_org/base/
logging.cc 104 FileHandle log_file = NULL; member in namespace:logging::__anon6936
168 PathString log_file = module_name; local
170 log_file.rfind('\\', log_file.size());
172 log_file.erase(last_backslash + 1);
173 log_file += L"debug.log";
174 return log_file;
298 if (log_file)
309 log_file = CreateFile(log_file_name->c_str(), GENERIC_WRITE,
312 if (log_file == INVALID_HANDLE_VALUE || log_file == NULL)
    [all...]
logging.h 183 // log_file: NULL
192 const PathChar* log_file; member in struct:logging::LoggingSettings
    [all...]
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 358 FILE* log_file = NULL; local
362 log_file = _wfopen(log_path.value().c_str(), L"w");
364 log_file = fopen(log_path.value().c_str(), "w");
368 if (log_file != NULL) {
369 logger_.reset(new net::NetLogLogger(log_file, *net_constants_));
  /external/lldb/tools/debugserver/source/
debugserver.cpp 830 FILE* log_file = NULL; local
    [all...]
RNBRemote.cpp 1587 FILE *log_file = fopen(value.c_str(), "w"); local
    [all...]
  /external/fio/os/windows/
posix.c 326 static HANDLE log_file = INVALID_HANDLE_VALUE; variable
330 if (log_file == INVALID_HANDLE_VALUE)
331 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
336 CloseHandle(log_file);
337 log_file = INVALID_HANDLE_VALUE;
347 if (log_file == INVALID_HANDLE_VALUE) {
348 log_file = CreateFileA("syslog.txt", GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, 0, NULL);
351 if (log_file == INVALID_HANDLE_VALUE) {
360 WriteFile(log_file, output, len, &bytes_written, NULL);
  /external/dnsmasq/src/
dnsmasq.h 624 char *log_file; /* optional log file */ member in struct:daemon
759 int log_reopen(char *log_file);
  /external/qemu/
vl-android.c 2149 const char* log_file = NULL; local
    [all...]

Completed in 733 milliseconds

1 2 34