Home
last modified time | relevance | path

Searched defs:cache_ (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/
DMemoryCache.h44 std::unordered_map<uint64_t, uint8_t[kCacheSize]> cache_; variable
DElf.cpp40 std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* Elf::cache_; member in unwindstack::Elf
/system/update_engine/payload_consumer/
Dcached_file_descriptor.h67 brillo::Blob cache_; variable
/system/core/libunwindstack/include/unwindstack/
DElf.h132 static std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* cache_; variable
/system/bt/gd/storage/
Dstorage_module.cc93 ConfigCache cache_; member