Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3513 auto it_from = namespaces.find(ns_config->name()); in init_default_namespaces() local
3514 CHECK(it_from != namespaces.end()); in init_default_namespaces()
3515 android_namespace_t* namespace_from = it_from->second; in init_default_namespaces()