Searched refs:DPLOG (Results 1 – 19 of 19) sorted by relevance
34 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()
101 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()
374 DPLOG(ERROR) << "fork"; in LaunchProcess()
137 DPLOG(ERROR) << "opendir(" << task_path.value() << ")"; in GetProcessCPU()
35 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()83 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory()93 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile(); in MapFileRegionToMemory()
211 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()
65 DPLOG(FATAL) << "getdents64 returned an error: " << errno; in Next()
150 DPLOG(ERROR) << "Couldn't stat " in ReadDirectory()
55 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
101 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()
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()
74 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()
46 DPLOG(ERROR) << "dup() failed"; in Create()
54 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed"; in CreateAnonymousSharedMemory()
125 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()129 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent()296 DPLOG(ERROR) << "pipe creation failed"; in Init()
149 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
93 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()159 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
48 DPLOG(ERROR) << "close"; in CloseHandle()
753 #define DPLOG(severity) \ macro