Searched defs:function_map (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dhost_init_parser.cpp56 const BuiltinFunctionMap function_map; local
57 Action::set_function_map(&function_map);
H A Daction.h78 static void set_function_map(const KeywordFunctionMap* function_map) { argument
79 function_map_ = function_map;
H A Dsubcontext.cpp101 SubcontextProcess(const KeywordFunctionMap* function_map, std::string context, int init_fd) argument
102 : function_map_(function_map), context_(std::move(context)), init_fd_(init_fd){};
211 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map) { argument
221 auto subcontext_process = SubcontextProcess(function_map, context, init_fd);
H A Dinit.cpp556 const BuiltinFunctionMap function_map; local
557 return SubcontextMain(argc, argv, &function_map);
706 const BuiltinFunctionMap function_map; local
707 Action::set_function_map(&function_map);

Completed in 388 milliseconds