Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dbuild_image.py41 BYTES_IN_MB = 1024 * 1024 variable
338 du_str = "{} bytes ({} MB)".format(du, du // BYTES_IN_MB)
349 int(prop_dict.get("partition_reserved_size", 0)) // BYTES_IN_MB))
354 int(prop_dict["image_size"]) // BYTES_IN_MB,
356 int(prop_dict["partition_size"]) // BYTES_IN_MB))
406 "The tree size of %s is %d MB.", in_dir, size // BYTES_IN_MB)
408 reserved_size = int(prop_dict.get("partition_reserved_size", BYTES_IN_MB * 16))
422 size // BYTES_IN_MB, prop_dict["extfs_inode_count"])
468 "Allocating %d MB for %s.", size // BYTES_IN_MB, out_file)