Home
last modified time | relevance | path

Searched refs:cache_ (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/payload_consumer/
Dcached_file_descriptor.cc56 std::min(count - total_bytes_wrote, cache_.size() - bytes_cached_); in Write()
58 memcpy(cache_.data() + bytes_cached_, in Write()
64 if (bytes_cached_ == cache_.size()) { in Write()
88 GetFd()->Write(cache_.data() + begin, bytes_cached_ - begin); in FlushCache()
Dcached_file_descriptor.h34 explicit CachedFileDescriptorBase(size_t cache_size) : cache_(cache_size) {} in CachedFileDescriptorBase()
67 brillo::Blob cache_; variable
/system/unwinding/libunwindstack/
DElf.cpp45 std::unordered_map<std::string, std::unordered_map<uint64_t, std::shared_ptr<Elf>>>* Elf::cache_; member in unwindstack::Elf
351 cache_ = in SetCachingEnabled()
356 delete cache_; in SetCachingEnabled()
373 (*cache_)[std::string(info->name())].emplace(info->elf_start_offset(), info->elf()); in CacheAdd()
377 auto name_entry = cache_->find(std::string(info->name())); in CacheGet()
378 if (name_entry == cache_->end()) { in CacheGet()
DMemoryCache.h74 CacheDataType cache_;
DMemory.cpp533 cache_.clear(); in Clear()
541 return InternalCachedRead(addr, dst, size, &cache_); in CachedRead()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h130 cache_; variable