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

/system/core/init/
H A Dsubcontext.cpp99 class SubcontextProcess { class in namespace:android::init::__anon1645
101 SubcontextProcess(const KeywordFunctionMap* function_map, std::string context, int init_fd) function in class:android::init::__anon1645::SubcontextProcess
116 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,
149 void SubcontextProcess::ExpandArgs(const SubcontextCommand::ExpandArgsCommand& expand_args_command,
165 void SubcontextProcess::MainLoop() {
221 auto subcontext_process = SubcontextProcess(function_map, context, init_fd);

Completed in 54 milliseconds