Home
last modified time | relevance | path

Searched defs:disk_size (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.h66 off_t disk_size; member
/device/google/trout/tools/
Dbpttool1183 def _validate_disk_partitions(self, partitions, disk_size): argument
1212 disk_size=None, argument
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc427 auto disk_size = (end.footer.current_lba + 1) * SECTOR_SIZE; in WriteEnd() local