Home
last modified time | relevance | path

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

/system/core/init/
Dsubcontext.cpp106 void RunCommand(const SubcontextCommand::ExecuteCommand& execute_command,
116 void SubcontextProcess::RunCommand(const SubcontextCommand::ExecuteCommand& execute_command, in RunCommand() argument
120 for (const auto& string : execute_command.args()) { in RunCommand()
197 RunCommand(subcontext_command.execute_command(), &reply); in MainLoop()
Dinit_test.cpp180 auto execute_command = [&num_executed](const BuiltinArguments& args) { in TEST() local
187 test_function_map.Add("execute", 1, 1, false, execute_command); in TEST()
Dsubcontext.proto24 ExecuteCommand execute_command = 1; field