Searched refs:g_exported_namespaces (Results 1 – 1 of 1) sorted by relevance
82 static std::unordered_map<std::string, android_namespace_t*> g_exported_namespaces; variable3488 g_exported_namespaces[default_ns_config->name()] = &g_default_namespace; in init_default_namespaces()3507 g_exported_namespaces[ns_config->name()] = ns; in init_default_namespaces()3559 auto it = g_exported_namespaces.find(std::string(name)); in get_exported_namespace()3560 if (it == g_exported_namespaces.end()) { in get_exported_namespace()