Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Daction.cpp48 Command::Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args, in Command() argument
51 execute_in_subcontext_(execute_in_subcontext), in Command()
H A Daction.h40 Command(BuiltinFunction f, bool execute_in_subcontext, std::vector<std::string>&& args,