HomeSort by relevance Sort by last modified time
    Searched refs:rootfs_part_size (Results 1 - 4 of 4) sorted by null

  /system/update_engine/scripts/update_payload/
checker_unittest.py 433 rootfs_part_size = test_utils.MiB(8)
435 old_rootfs_fs_size = new_rootfs_fs_size = rootfs_part_size
479 rootfs_part_size, kernel_part_size)
482 rootfs_part_size,
    [all...]
payload.py 266 rootfs_part_size=0, kernel_part_size=0, allow_unhashed=False,
276 rootfs_part_size: the size of (physical) rootfs partitions in bytes
292 rootfs_part_size=rootfs_part_size,
checker.py 531 def _CheckManifest(self, report, rootfs_part_size=0, kernel_part_size=0):
536 rootfs_part_size: Size of the rootfs partition in bytes.
593 if rootfs_part_size and self.old_rootfs_fs_size > rootfs_part_size:
596 (self.old_rootfs_fs_size, rootfs_part_size))
625 if rootfs_part_size and self.new_rootfs_fs_size > rootfs_part_size:
628 (self.new_rootfs_fs_size, rootfs_part_size))
    [all...]
  /system/update_engine/scripts/
paycheck.py 200 rootfs_part_size=options.root_part_size,

Completed in 546 milliseconds