Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dblock_extent_writer.h45 size_t BlockSize() const { return block_size_; } in BlockSize() function
/system/unwinding/libunwindstack/
DMemoryXz.h39 size_t BlockSize() { return 1 << block_size_log2_; } in BlockSize() function