Home
last modified time | relevance | path

Searched refs:KeywordFunctionMap (Results 1 – 6 of 6) sorted by relevance

/system/core/init/
Dbuiltins.h34 using KeywordFunctionMap = KeywordMap<std::pair<bool, BuiltinFunction>>; variable
35 class BuiltinFunctionMap : public KeywordFunctionMap {
Daction.h78 static void set_function_map(const KeywordFunctionMap* function_map) { in set_function_map()
94 static const KeywordFunctionMap* function_map_;
Dtest_function_map.h29 class TestFunctionMap : public KeywordFunctionMap {
Dsubcontext.h63 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map);
Dsubcontext.cpp101 SubcontextProcess(const KeywordFunctionMap* function_map, std::string context, int init_fd) in SubcontextProcess()
111 const KeywordFunctionMap* function_map_;
217 int SubcontextMain(int argc, char** argv, const KeywordFunctionMap* function_map) { in SubcontextMain()
Daction.cpp84 const KeywordFunctionMap* Action::function_map_ = nullptr;