Searched defs:init_message (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dsubcontext.cpp178 auto init_message = ReadMessage(init_fd_); local
179 if (!init_message) {
180 LOG(FATAL) << "Could not read message from init: " << init_message.error();
184 if (!subcontext_command.ParseFromString(*init_message)) {

Completed in 6 milliseconds