Searched refs:g_exported_namespaces (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp75 static std::unordered_map<std::string, android_namespace_t*> g_exported_namespaces; variable
3494 g_exported_namespaces[ns_config->name()] = ns;
3527 auto it = g_exported_namespaces.find(std::string(name));
3528 if (it == g_exported_namespaces.end()) {

Completed in 212 milliseconds