Home
last modified time | relevance | path

Searched refs:init_message (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dsubcontext.cpp178 auto init_message = ReadMessage(init_fd_); in MainLoop() local
179 if (!init_message) { in MainLoop()
180 if (init_message.error_errno() == 0) { in MainLoop()
186 LOG(FATAL) << "Could not read message from init: " << init_message.error(); in MainLoop()
190 if (!subcontext_command.ParseFromString(*init_message)) { in MainLoop()