Home
last modified time | relevance | path

Searched refs:DPLOG (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/process/
Dkill_posix.cc34 DPLOG(ERROR) << "waitpid(" << handle << ")"; in GetTerminationStatusImpl()
84 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id; in KillProcessGroup()
98 DPLOG(ERROR) << "Unable to terminate process " << handle; in GetKnownDeadTerminationStatus()
144 DPLOG(ERROR) << "waitpid(" << child << ")"; in IsChildDead()
174 DPLOG(ERROR) << "While waiting for " << child_ in WaitForChildToDie()
194 DPLOG(WARNING) << "waitpid"; in WaitForChildToDie()
Dprocess_posix.cc101 DPLOG(ERROR) << "kqueue"; in WaitForSingleNonChildProcess()
114 DPLOG(ERROR) << "kevent (setup " << handle << ")"; in WaitForSingleNonChildProcess()
154 DPLOG(ERROR) << "kevent (wait " << handle << ")"; in WaitForSingleNonChildProcess()
336 DPLOG(ERROR) << "Error waiting for process " << process_; in Terminate()
352 DPLOG(ERROR) << "Unable to terminate process " << process_; in Terminate()
Dlaunch_posix.cc374 DPLOG(ERROR) << "fork"; in LaunchProcess()
Dprocess_metrics_linux.cc137 DPLOG(ERROR) << "opendir(" << task_path.value() << ")"; in GetProcessCPU()
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()
83 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()
93 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile(); in MapFileRegionToMemory()
Dfile_path_watcher_linux.cc211 DPLOG(WARNING) << "select failed"; in InotifyReaderCallback()
221 DPLOG(WARNING) << "ioctl failed"; in InotifyReaderCallback()
231 DPLOG(WARNING) << "read from inotify fd failed"; in InotifyReaderCallback()
629 DPLOG(WARNING) << "Watch failed for " << link.DirName().value(); in AddWatchForBrokenSymlink()
Ddir_reader_linux.h65 DPLOG(FATAL) << "getdents64 returned an error: " << errno; in Next()
Dfile_enumerator_posix.cc150 DPLOG(ERROR) << "Couldn't stat " in ReadDirectory()
Dimportant_file_writer.cc55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
Dfile_util_posix.cc101 DPLOG(ERROR) << "Failed to get information on path " in VerifySpecificPathControlledByUser()
616 DPLOG(ERROR) << "mkdtemp"; in CreateTemporaryDirInDirImpl()
906 DPLOG(ERROR) << "Could not get the group ID of group \"" in VerifyPathControlledByAdmin()
/external/libmojo/base/debug/
Dproc_maps_linux.cc54 DPLOG(ERROR) << "Couldn't open /proc/self/maps"; in ReadProcMaps()
68 DPLOG(ERROR) << "Couldn't read /proc/self/maps"; in ReadProcMaps()
133 DPLOG(WARNING) << "sscanf failed for line: " << line; in ParseProcMaps()
/external/libchrome/base/memory/
Dshared_memory_posix.cc74 DPLOG(ERROR) << "close"; in CloseHandle()
188 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Create()
254 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Open()
385 DPLOG(ERROR) << "dup() failed."; in ShareToProcessCommon()
Dshared_memory_android.cc46 DPLOG(ERROR) << "dup() failed"; in Create()
Dshared_memory_helper.cc54 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed"; in CreateAnonymousSharedMemory()
/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc125 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()
129 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()
296 DPLOG(ERROR) << "pipe creation failed"; in Init()
/external/libchrome/base/threading/
Dplatform_thread_linux.cc149 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
/external/libchrome/base/
Dlogging_unittest.cc93 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
159 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
Dsync_socket_posix.cc48 DPLOG(ERROR) << "close"; in CloseHandle()
Dlogging.h753 #define DPLOG(severity) \ macro