Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h104 static bool CachingEnabled() { return cache_enabled_; } in CachingEnabled() function
/aosp12/system/unwinding/libunwindstack/
H A DMapInfo.cpp225 if (Elf::CachingEnabled() && !name().empty()) { in GetElf()