Searched refs:BYTES_IN_MB (Results 1 – 1 of 1) sorted by relevance
41 BYTES_IN_MB = 1024 * 1024 variable382 du_str = "{} bytes ({} MB)".format(du, du // BYTES_IN_MB)393 int(prop_dict.get("partition_reserved_size", 0)) // BYTES_IN_MB))399 int(prop_dict["image_size"]) // BYTES_IN_MB,401 int(prop_dict["partition_size"]) // BYTES_IN_MB))462 "The tree size of %s is %d MB.", in_dir, size // BYTES_IN_MB)464 reserved_size = int(prop_dict.get("partition_reserved_size", BYTES_IN_MB * 16))478 size // BYTES_IN_MB, prop_dict["extfs_inode_count"])537 "Allocating %d MB for %s.", size // BYTES_IN_MB, out_file)