Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp95 off_t offset_size_bytes = 1 << 20; in CreateBlankImage() local
96 image_size_bytes -= offset_size_bytes; in CreateBlankImage()
104 "-@", std::to_string(offset_size_bytes), in CreateBlankImage()
111 .first_lba = (std::uint32_t) offset_size_bytes / SECTOR_SIZE, in CreateBlankImage()