Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp39 bool Elf::cache_enabled_; member in unwindstack::Elf
352 if (!cache_enabled_ && enable) { in SetCachingEnabled()
353 cache_enabled_ = true; in SetCachingEnabled()
356 } else if (cache_enabled_ && !enable) { in SetCachingEnabled()
357 cache_enabled_ = false; in SetCachingEnabled()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h104 static bool CachingEnabled() { return cache_enabled_; } in CachingEnabled()
126 static bool cache_enabled_; variable