Home
last modified time | relevance | path

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

/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
DMemory.h71 std::unordered_map<uint64_t, uint8_t[kCacheSize]> cache_; variable
/system/core/libunwindstack/
DElf.cpp40 std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* Elf::cache_; member in unwindstack::Elf