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

12

  /external/chromium/base/threading/
platform_thread_posix.cc 185 PLOG(ERROR) << "prctl(PR_SET_NAME)";
  /external/chromium/net/test/
test_server_posix.cc 104 PLOG(ERROR) << "Could not create pipe.";
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 32 PLOG(ERROR) << "sysctl() for KERN_PROC";
57 PLOG(ERROR) << "sysctl() for KERN_ARGMAX";
memory_details_linux.cc 111 PLOG(ERROR) << "close";
  /external/chromium/net/udp/
udp_socket_libevent.cc 76 PLOG(ERROR) << "close";
149 PLOG(ERROR) << "WatchFileDescriptor failed on read";
  /external/chromium/base/
process_util_posix.cc 273 PLOG(ERROR) << "Unable to terminate process group " << process_group_id;
518 PLOG(ERROR) << "fork";
700 PLOG(ERROR) << "waitpid(" << handle << ")";
782 PLOG(ERROR) << "kqueue";
805 PLOG(ERROR) << "close";
808 PLOG(ERROR) << "kevent";
    [all...]
file_util.h 395 PLOG(ERROR) << "close";
message_loop_unittest.cc     [all...]
file_util_posix.cc 116 PLOG(ERROR) << "stat64 failed";
741 PLOG(ERROR) << "Couldn't stat "
file_util_win.cc 205 // up by a PLOG entry.
604 PLOG(WARNING) << "Failed to get temporary file name in " << dir.value();
610 PLOG(WARNING) << "Failed to get long path name for " << temp_name;
    [all...]
logging.h 122 // PLOG(ERROR) << "Couldn't do foo";
423 // PLOG_STREAM is used by PLOG, which is the usual error logging macro
432 // PLOG_STREAM is used by PLOG, which is the usual error logging macro
438 #define PLOG(severity) \
    [all...]
process_util_linux.cc 82 PLOG(ERROR) << "opendir(" << path.value() << ")";
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 59 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX.
376 #define PLOG(sev, err) \
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 59 // Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX.
372 #define PLOG(sev, err) \
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.cc 252 PLOG(LERROR, socket_->GetError()) << "sendto";
relayport.cc 640 PLOG(LERROR, error) << "Relay connection failed: socket closed";
  /external/chromium/base/metrics/
stats_table.cc 272 PLOG(ERROR) << "StatsTable did not initialize";
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 514 PLOG(ERROR) << "inotify_init failed";
519 PLOG(ERROR) << "fcntl failed";
861 PLOG(WARNING) << "error reading inotify file descriptor";
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 507 PLOG(LS_ERROR, channel_->GetError()) << "PseudoTcpChannel::TcpWritePacket";

Completed in 934 milliseconds

12