HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_GETLASTERROR (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/base/
sha1_win.cc 21 DLOG_GETLASTERROR(ERROR) << "CryptAcquireContext failed";
28 DLOG_GETLASTERROR(ERROR) << "CryptCreateHash failed";
34 DLOG_GETLASTERROR(ERROR) << "CryptHashData failed";
43 DLOG_GETLASTERROR(ERROR) << "CryptGetHashParam(HP_HASHSIZE) failed";
53 DLOG_GETLASTERROR(ERROR) << "CryptGetHashParam(HP_HASHVAL) failed";
file_util_win.cc 478 DLOG_GETLASTERROR(WARNING) << "CreateFile failed for path "
490 DLOG_GETLASTERROR(WARNING) << "writing file " << filename.value()
510 DLOG_GETLASTERROR(WARNING) << "CreateFile failed for path "
522 DLOG_GETLASTERROR(WARNING) << "writing file " << filename.value()
logging.h 658 #define DLOG_GETLASTERROR(severity) \
    [all...]
  /external/chromium_org/base/win/
object_watcher.cc 46 DLOG_GETLASTERROR(FATAL) << "RegisterWaitForSingleObject failed";
68 DLOG_GETLASTERROR(FATAL) << "UnregisterWaitEx failed";
  /external/chromium_org/base/process/
kill_win.cc 99 DLOG_GETLASTERROR(ERROR) << "Error waiting for process exit";
101 DLOG_GETLASTERROR(ERROR) << "Unable to terminate process";
114 DLOG_GETLASTERROR(ERROR) << "Unable to open process " << process_id;
126 DLOG_GETLASTERROR(FATAL) << "GetExitCodeProcess() failed";
152 DLOG_GETLASTERROR(ERROR) << "WaitForSingleObject() failed";
  /external/chromium_org/base/threading/
worker_pool_win.cc 51 DLOG_GETLASTERROR(ERROR) << "QueueUserWorkItem failed";
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 95 DLOG_GETLASTERROR(FATAL) << "WaitForMultipleObjects failed";
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_win.cc 27 DLOG_GETLASTERROR(ERROR) << "GetSystemPowerStatus failed";
  /external/chromium/base/
logging.h 601 #define DLOG_GETLASTERROR(severity) \
    [all...]

Completed in 438 milliseconds