Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc281 auto aligned_size = AlignToPartitionSize(size); in AppendPartition() local
282 CHECK(size == aligned_size || source.read_only) in AppendPartition()
290 next_disk_offset_ = next_disk_offset_ + aligned_size; in AppendPartition()