Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Daction.h82 function_map_ = function_map; in set_function_map()
98 static const BuiltinFunctionMap* function_map_; variable
H A Daction.cpp109 const BuiltinFunctionMap* Action::function_map_ = nullptr; member in android::init::Action
112 if (!function_map_) { in AddCommand()
116 auto map_result = function_map_->Find(args); in AddCommand()
H A Dsubcontext.cpp65 : function_map_(function_map), context_(std::move(context)), init_fd_(init_fd){}; in SubcontextProcess()
74 const BuiltinFunctionMap* function_map_; member in android::init::__anonc4541fdc0110::SubcontextProcess
87 auto map_result = function_map_->Find(args); in RunCommand()