Lines Matching refs:RAW_LOG
188 RAW_LOG(FATAL, "sigaction (get) failed."); in ResetChildSignalHandlersToDefaults()
196 RAW_LOG(FATAL, "sigaction (set) failed."); in ResetChildSignalHandlersToDefaults()
202 RAW_LOG(FATAL, "Cound not fix sa_restorer."); in ResetChildSignalHandlersToDefaults()
396 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchProcess()
402 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchProcess()
410 RAW_LOG(ERROR, "setpgid failed"); in LaunchProcess()
421 RAW_LOG(WARNING, "getrlimit failed"); in LaunchProcess()
425 RAW_LOG(WARNING, "setrlimit failed"); in LaunchProcess()
453 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); in LaunchProcess()
456 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set"); in LaunchProcess()
487 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed"); in LaunchProcess()
493 RAW_LOG(ERROR, "prctl(PR_SET_PDEATHSIG) failed"); in LaunchProcess()
512 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:"); in LaunchProcess()
513 RAW_LOG(ERROR, argv_cstr[0]); in LaunchProcess()
752 RAW_LOG(FATAL, "Invalid usage of ForkWithFlags"); in ForkWithFlags()