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

  /external/libchrome/base/process/
kill_posix.cc 34 DPLOG(ERROR) << "waitpid(" << handle << ")";
84 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id;
98 DPLOG(ERROR) << "Unable to terminate process " << handle;
144 DPLOG(ERROR) << "waitpid(" << child << ")";
174 DPLOG(ERROR) << "While waiting for " << child_
194 DPLOG(WARNING) << "waitpid";
process_posix.cc 101 DPLOG(ERROR) << "kqueue";
114 DPLOG(ERROR) << "kevent (setup " << handle << ")";
154 DPLOG(ERROR) << "kevent (wait " << handle << ")";
336 DPLOG(ERROR) << "Error waiting for process " << process_;
352 DPLOG(ERROR) << "Unable to terminate process " << process_;
launch_posix.cc 374 DPLOG(ERROR) << "fork";
process_metrics_linux.cc 137 DPLOG(ERROR) << "opendir(" << task_path.value() << ")";
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile();
83 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile();
93 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile();
dir_reader_linux.h 65 DPLOG(FATAL) << "getdents64 returned an error: " << errno;
file_enumerator_posix.cc 150 DPLOG(ERROR) << "Couldn't stat "
file_path_watcher_linux.cc 211 DPLOG(WARNING) << "select failed";
221 DPLOG(WARNING) << "ioctl failed";
231 DPLOG(WARNING) << "read from inotify fd failed";
629 DPLOG(WARNING) << "Watch failed for " << link.DirName().value();
important_file_writer.cc 55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message;
file_util_posix.cc 101 DPLOG(ERROR) << "Failed to get information on path "
616 DPLOG(ERROR) << "mkdtemp";
906 DPLOG(ERROR) << "Could not get the group ID of group \""
  /external/libmojo/base/debug/
proc_maps_linux.cc 54 DPLOG(ERROR) << "Couldn't open /proc/self/maps";
68 DPLOG(ERROR) << "Couldn't read /proc/self/maps";
133 DPLOG(WARNING) << "sscanf failed for line: " << line;
  /external/libchrome/base/memory/
shared_memory_android.cc 46 DPLOG(ERROR) << "dup() failed";
shared_memory_helper.cc 54 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed";
shared_memory_posix.cc 74 DPLOG(ERROR) << "close";
188 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
254 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
385 DPLOG(ERROR) << "dup() failed.";
  /external/libchrome/base/message_loop/
message_pump_libevent.cc 125 DPLOG(ERROR) << "close";
129 DPLOG(ERROR) << "close";
296 DPLOG(ERROR) << "pipe creation failed";
  /external/libchrome/base/threading/
platform_thread_linux.cc 149 DPLOG(ERROR) << "prctl(PR_SET_NAME)";
  /external/libchrome/base/
logging_unittest.cc 93 DPLOG(INFO) << mock_log_source.Log();
159 DPLOG(INFO) << mock_log_source.Log();
sync_socket_posix.cc 48 DPLOG(ERROR) << "close";
logging.h 126 // DPLOG(ERROR) << "Couldn't do foo";
753 #define DPLOG(severity) \
    [all...]

Completed in 324 milliseconds