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

  /external/chromium/base/
logging.h 80 // PLOG(ERROR) << "Couldn't do foo";
280 // PLOG is the usual error logging macro for each platform.
281 #define PLOG(severity) LOG_GETLASTERROR(severity)
287 // PLOG is the usual error logging macro for each platform.
288 #define PLOG(severity) LOG_ERRNO(severity)
294 !(condition) ? (void) 0 : logging::LogMessageVoidify() & PLOG(severity)
377 true ? (void) 0 : logging::LogMessageVoidify() & PLOG(severity)
519 true ? (void) 0 : logging::LogMessageVoidify() & PLOG(severity)
    [all...]
shared_memory_posix.cc 192 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed";
file_util_posix.cc 103 PLOG(ERROR) << "stat64 failed";
656 PLOG(ERROR) << "Couldn't stat "
process_util_posix.cc 440 PLOG(ERROR) << "LaunchApp: execvp(" << argv_cstr[0] << ") failed";
539 PLOG(ERROR) << "waitpid(" << handle << ")";
stats_table.cc 261 PLOG(ERROR) << "StatsTable did not initialize";
process_util_linux.cc 389 PLOG(ERROR) << "opendir(" << path.value() << ")";
file_util_win.cc 479 PLOG(WARNING) << "Failed to get temporary file name in " << dir.value();
485 PLOG(WARNING) << "Failed to get long path name for " << temp_name;
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 442 PLOG(ERROR) << "inotify_init failed";
447 PLOG(ERROR) << "fcntl failed";
766 PLOG(WARNING) << "error reading inotify file descriptor";
    [all...]

Completed in 74 milliseconds