Lines Matching refs:RAW_LOG
173 RAW_LOG(FATAL, "sigaction (get) failed."); in ResetChildSignalHandlersToDefaults()
181 RAW_LOG(FATAL, "sigaction (set) failed."); in ResetChildSignalHandlersToDefaults()
187 RAW_LOG(FATAL, "Cound not fix sa_restorer."); in ResetChildSignalHandlersToDefaults()
377 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchProcess()
383 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchProcess()
391 RAW_LOG(ERROR, "setpgid failed"); in LaunchProcess()
402 RAW_LOG(WARNING, "getrlimit failed"); in LaunchProcess()
406 RAW_LOG(WARNING, "setrlimit failed"); in LaunchProcess()
434 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); in LaunchProcess()
437 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set"); in LaunchProcess()
470 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed"); in LaunchProcess()
476 RAW_LOG(ERROR, "prctl(PR_SET_PDEATHSIG) failed"); in LaunchProcess()
492 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:"); in LaunchProcess()
493 RAW_LOG(ERROR, argv_cstr[0]); in LaunchProcess()
762 RAW_LOG(FATAL, "Invalid usage of ForkWithFlags"); in ForkWithFlags()