Lines Matching refs:ERROR
160 DPLOG(ERROR) << "Unable to terminate process " << process_id; in KillProcess()
198 DLOG(ERROR) << "getrlimit(RLIMIT_NOFILE) failed: " << errno; in CloseSuperfluousFds()
219 DLOG(ERROR) << "Unable to open " << fd_dir; in CloseSuperfluousFds()
275 DLOG(ERROR) << "Unable to open " << fd_dir; in SetAllFDsToCloseOnExec()
291 DLOG(ERROR) << "fcntl failure."; in SetAllFDsToCloseOnExec()
325 LOG(ERROR) << "child AddDescriptor(mach_task_self()) failed."; in fork_and_get_task()
332 LOG(ERROR) << "child SendMessage() failed: " << MachErrorCode(err); in fork_and_get_task()
341 LOG(ERROR) << "parent WaitForMessage() failed: " << MachErrorCode(err); in fork_and_get_task()
346 LOG(ERROR) << "parent GetTranslatedPort(0) failed."; in fork_and_get_task()
440 PLOG(ERROR) << "LaunchApp: execvp(" << argv_cstr[0] << ") failed"; in LaunchAppAndGetTask()
539 PLOG(ERROR) << "waitpid(" << handle << ")"; in DidProcessCrash()