Searched refs:DPLOG (Results 1 – 23 of 23) sorted by relevance
34 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()
100 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()
21 DPLOG(ERROR) << "sysctl"; in GetParentProcessId()
61 DPLOG(ERROR) << "sysctlbyname(""sysctl.proc_cputype"")"; in GetCPUTypeForProcess()
363 DPLOG(ERROR) << "fork"; in LaunchProcess()
136 DPLOG(ERROR) << "opendir(" << task_path.value() << ")"; in GetProcessCPU()
54 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()
94 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()
51 DPLOG(ERROR) << "dup() failed"; in Create()
128 DPLOG(ERROR) << "Error deallocating mach port: " << kr; in Close()
35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()88 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile(); in MapFileRegionToMemory()
93 DPLOG(ERROR) << "close"; in CloseFileDescriptor()101 DPLOG(ERROR) << "kevent"; in AreKeventValuesValid()336 DPLOG(ERROR) << "kqueue"; in Watch()380 DPLOG(ERROR) << "close kqueue"; in CancelOnMessageLoopThread()
218 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()
65 DPLOG(FATAL) << "getdents64 returned an error: " << errno; in Next()
150 DPLOG(ERROR) << "Couldn't stat " in ReadDirectory()
101 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()
55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
167 DPLOG(ERROR) << "poll() failed"; in Poll()193 DPLOG(ERROR) << "SetDevicePollInterrupt(): write() failed"; in SetDevicePollInterrupt()209 DPLOG(ERROR) << "ClearDevicePollInterrupt(): read() failed"; in ClearDevicePollInterrupt()
89 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
125 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()129 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()
80 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()146 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
48 DPLOG(ERROR) << "close"; in CloseHandle()
694 #define DPLOG(severity) \ macro