Lines Matching refs:FATAL
175 PLOG(FATAL) << "poll() of subcontext socket failed, continuing"; in MainLoop()
186 LOG(FATAL) << "Could not read message from init: " << init_message.error(); in MainLoop()
191 LOG(FATAL) << "Unable to parse message from init"; in MainLoop()
205 LOG(FATAL) << "Unknown message type from init: " in MainLoop()
210 LOG(FATAL) << "Failed to send message to init: " << result.error(); in MainLoop()
218 if (argc < 4) LOG(FATAL) << "Fewer than 4 args specified to subcontext (" << argc << ")"; in SubcontextMain()
235 LOG(FATAL) << "Could not create socket pair to communicate to subcontext"; in Fork()
242 LOG(FATAL) << "Could not fork subcontext"; in Fork()
250 PLOG(FATAL) << "Could not dup child_fd"; in Fork()
254 PLOG(FATAL) << "Could not set execcon for '" << context_ << "'"; in Fork()
263 PLOG(FATAL) << "Could not execv subcontext init"; in Fork()