Home
last modified time | relevance | path

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

/system/core/init/
Daction.h79 function_map_ = function_map; in set_function_map()
94 static const KeywordFunctionMap* function_map_; variable
Daction.cpp86 const KeywordFunctionMap* Action::function_map_ = nullptr; member in android::init::Action
89 if (!function_map_) { in AddCommand()
93 auto function = function_map_->FindFunction(args); in AddCommand()
Dsubcontext.cpp102 : function_map_(function_map), context_(std::move(context)), init_fd_(init_fd){}; in SubcontextProcess()
111 const KeywordFunctionMap* function_map_; member in android::init::__anon1dfcd36e0111::SubcontextProcess
124 auto map_result = function_map_->FindFunction(args); in RunCommand()