Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dextent_reader.cc44 total_size_ += extent.num_blocks() * block_size_; in Init()
45 extents_upper_bounds_.emplace_back(total_size_); in Init()
51 TEST_AND_RETURN_FALSE(offset <= total_size_); in Seek()
Dextent_reader.h75 uint64_t total_size_{0};
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dsplit_fiemap_writer.h75 uint64_t size() const { return total_size_; } in size()
92 uint64_t total_size_ = 0; variable
/system/unwinding/libunwindstack/
DMemoryXz.cpp41 std::atomic_size_t MemoryXz::total_size_ = 0; member in unwindstack::MemoryXz
94 total_size_ -= size_; in ~MemoryXz()
212 total_size_ += dst_offset; in ReadBlocks()
261 100 * total_used_ / total_size_, total_size_ / 1024, total_open_.load(), in Decompress()
DMemoryXz.h68 static std::atomic_size_t total_size_; // Size of mini-debug-info if it was all decompressed. variable
/system/core/fs_mgr/libfiemap/
Dsplit_fiemap_writer.cpp311 total_size_ += file->size(); in AddFile()