Home
last modified time | relevance | path

Searched defs:ExecuteCommand (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/init/
H A Dsubcontext.proto21 message ExecuteCommand { repeated string args = 1; } message
H A Daction.cpp159 void Action::ExecuteCommand(const Command& command) const { in ExecuteCommand() function in android::init::Action