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