Searched refs:image_size_bytes (Results 1 – 1 of 1) sorted by relevance
75 off_t image_size_bytes = static_cast<off_t>(num_mb) << 20; in CreateBlankImage() local80 if (fd->Truncate(image_size_bytes) != 0) { in CreateBlankImage()96 image_size_bytes -= offset_size_bytes; in CreateBlankImage()97 off_t image_size_sectors = image_size_bytes / 512; in CreateBlankImage()112 .num_sectors = (std::uint32_t) image_size_bytes / SECTOR_SIZE, in CreateBlankImage()