Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config.cpp424 auto cached = resolved_paths_.find(path); in get_paths() local
425 if (cached == resolved_paths_.end()) { in get_paths()
427 cached = resolved_paths_.find(path); in get_paths()
429 CHECK(cached != resolved_paths_.end()); in get_paths()
430 if (cached->second.empty()) { in get_paths()
433 resolved_paths.push_back(cached->second); in get_paths()
/bionic/docs/
Dnative_allocator.md79 possible, this call should clear thread cached memory if it exists. The
/bionic/
Dandroid-changes-for-ndk-developers.md49 dynamic linker's caching code cached failures too, so it was necessary