Lines Matching refs:ERROR

53       LOG(ERROR) << "Requested redirect of fd(" << dupped_fd  in validate_redirects()
104 LOG(ERROR) in Wait()
114 LOG(ERROR) << "Error on call to waitpid: " << strerror(error); in Wait()
121 LOG(ERROR) << "Subprocess " << pid in Wait()
125 LOG(ERROR) << "Subprocess " << pid in Wait()
133 LOG(ERROR) in Wait()
191 LOG(ERROR) << "Could not acquire a new file descriptor: " << shared_fd->StrError(); in BuildParameter()
206 LOG(ERROR) << "Attempted multiple redirections of fd: " in RedirectStdIO()
212 LOG(ERROR) << "Could not acquire a new file descriptor: " << shared_fd->StrError(); in RedirectStdIO()
233 LOG(ERROR) << "Unable to create control socket pair: " << strerror(errno); in Start()
256 LOG(ERROR) << "setpgid failed (" << strerror(error) << ")"; in Start()
262 LOG(ERROR) << "fcntl failed: " << strerror(error_num); in Start()
277 LOG(ERROR) << "exec of " << cmd[0] << " failed (" << strerror(errno) in Start()
282 LOG(ERROR) << "fork failed (" << strerror(errno) << ")"; in Start()
333 LOG(ERROR) << "Could not create a pipe to write the stdin of \"" in RunWithManagedStdio()
338 LOG(ERROR) << "Could not set stdout of \"" << cmd.GetShortName() in RunWithManagedStdio()
346 LOG(ERROR) << "Error in writing stdin to process"; in RunWithManagedStdio()
353 LOG(ERROR) << "Could not create a pipe to read the stdout of \"" in RunWithManagedStdio()
358 LOG(ERROR) << "Could not set stdout of \"" << cmd.GetShortName() in RunWithManagedStdio()
366 LOG(ERROR) << "Error in reading stdout from process"; in RunWithManagedStdio()
373 LOG(ERROR) << "Could not create a pipe to read the stderr of \"" in RunWithManagedStdio()
378 LOG(ERROR) << "Could not set stderr of \"" << cmd.GetShortName() in RunWithManagedStdio()
386 LOG(ERROR) << "Error in reading stderr from process"; in RunWithManagedStdio()
404 LOG(ERROR) << "Command was interrupted by a signal: " << WTERMSIG(wstatus); in RunWithManagedStdio()
411 LOG(ERROR) << "IO error communicating with " << cmd_short_name; in RunWithManagedStdio()