Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dextent_ranges.h41 uint64_t size_bytes);
Dextent_ranges.cc255 uint64_t size_bytes) { in ExtentForBytes() argument
257 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp1312 void AddOperation(PartitionUpdate* partition_update, uint64_t size_bytes = 0) { in AddOperation() argument
1315 if (size_bytes == 0) { in AddOperation()
1316 size_bytes = GetSize(partition_update); in AddOperation()
1318 e->set_num_blocks(size_bytes / manifest_.block_size()); in AddOperation()