Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp1260 void AddOperation(PartitionUpdate* partition_update, uint64_t size_bytes = 0) { in AddOperation() argument
1263 if (size_bytes == 0) { in AddOperation()
1264 size_bytes = GetSize(partition_update); in AddOperation()
1266 e->set_num_blocks(size_bytes / manifest_.block_size()); in AddOperation()