Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dkill_posix.cc34 DPLOG(ERROR) << "waitpid(" << handle << ")"; in GetTerminationStatusImpl()
82 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id; in KillProcessGroup()
96 DPLOG(ERROR) << "Unable to terminate process " << handle; in GetKnownDeadTerminationStatus()
142 DPLOG(ERROR) << "waitpid(" << child << ")"; in IsChildDead()
172 DPLOG(ERROR) << "While waiting for " << child_ in WaitForChildToDie()
192 DPLOG(WARNING) << "waitpid"; in WaitForChildToDie()
Dprocess_posix.cc100 DPLOG(ERROR) << "kqueue"; in WaitForSingleNonChildProcess()
118 DPLOG(ERROR) << "kevent (setup " << handle << ")"; in WaitForSingleNonChildProcess()
163 DPLOG(ERROR) << "kevent (wait " << handle << ")"; in WaitForSingleNonChildProcess()
334 DPLOG(ERROR) << "Error waiting for process " << process_; in Terminate()
350 DPLOG(ERROR) << "Unable to terminate process " << process_; in Terminate()
Dprocess_handle_mac.cc21 DPLOG(ERROR) << "sysctl"; in GetParentProcessId()
Dprocess_metrics_mac.cc61 DPLOG(ERROR) << "sysctlbyname(""sysctl.proc_cputype"")"; in GetCPUTypeForProcess()
Dlaunch_posix.cc363 DPLOG(ERROR) << "fork"; in LaunchProcess()
Dprocess_metrics_linux.cc136 DPLOG(ERROR) << "opendir(" << task_path.value() << ")"; in GetProcessCPU()
/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.cc94 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed"; in CreateAnonymousSharedMemory()
149 DPLOG(ERROR) << "close"; in CloseHandle()
268 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Create()
333 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Open()
490 DPLOG(ERROR) << "dup() failed."; in ShareToProcessCommon()
Dshared_memory_android.cc51 DPLOG(ERROR) << "dup() failed"; in Create()
Dshared_memory_handle_mac.cc128 DPLOG(ERROR) << "Error deallocating mach port: " << kr; in Close()
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()
88 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile(); in MapFileRegionToMemory()
Dfile_path_watcher_kqueue.cc93 DPLOG(ERROR) << "close"; in CloseFileDescriptor()
101 DPLOG(ERROR) << "kevent"; in AreKeventValuesValid()
336 DPLOG(ERROR) << "kqueue"; in Watch()
380 DPLOG(ERROR) << "close kqueue"; in CancelOnMessageLoopThread()
Dfile_path_watcher_linux.cc218 DPLOG(WARNING) << "select failed"; in InotifyReaderCallback()
231 DPLOG(WARNING) << "ioctl failed"; in InotifyReaderCallback()
241 DPLOG(WARNING) << "read from inotify fd failed"; in InotifyReaderCallback()
666 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()
Dfile_util_posix.cc101 DPLOG(ERROR) << "Failed to get information on path " in VerifySpecificPathControlledByUser()
568 DPLOG(ERROR) << "mkdtemp"; in CreateTemporaryDirInDirImpl()
840 DPLOG(ERROR) << "Could not get the group ID of group \"" in VerifyPathControlledByAdmin()
Dimportant_file_writer.cc55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
/external/v4l2_codec2/vda/
Dv4l2_device.cc167 DPLOG(ERROR) << "poll() failed"; in Poll()
193 DPLOG(ERROR) << "SetDevicePollInterrupt(): write() failed"; in SetDevicePollInterrupt()
209 DPLOG(ERROR) << "ClearDevicePollInterrupt(): read() failed"; in ClearDevicePollInterrupt()
/external/libchrome/base/threading/
Dplatform_thread_linux.cc89 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc125 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()
129 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()
/external/libchrome/base/
Dlogging_unittest.cc80 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
146 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
Dsync_socket_posix.cc48 DPLOG(ERROR) << "close"; in CloseHandle()
Dlogging.h694 #define DPLOG(severity) \ macro