Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DFileStream.cpp80 total_byte_count_ += buffer_size_ - buffer_offset_; in Next()
100 total_byte_count_ += buffer_size_; in Next()
112 total_byte_count_ -= count; in BackUp()
116 return total_byte_count_; in ByteCount()
176 total_byte_count_ += buffer_size; in Next()
186 total_byte_count_ -= count; in BackUp()
190 return total_byte_count_; in ByteCount()
/frameworks/base/libs/androidfw/include/androidfw/
DFileStream.h71 size_t total_byte_count_ = 0u; variable
112 size_t total_byte_count_ = 0u; variable