Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3500 auto it_from = namespaces.find(ns_config->name()); in init_default_namespace() local
3501 CHECK(it_from != namespaces.end()); in init_default_namespace()
3502 android_namespace_t* namespace_from = it_from->second; in init_default_namespace()