Searched refs:SetPartInfo (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | checker_unittest.py | 491 payload_gen.SetPartInfo(common.KERNEL, False, old_kernel_fs_size, 497 payload_gen.SetPartInfo(common.ROOTFS, False, old_rootfs_fs_size, 501 payload_gen.SetPartInfo( 504 payload_gen.SetPartInfo( 935 payload_gen.SetPartInfo(common.ROOTFS, True, rootfs_part_size, 937 payload_gen.SetPartInfo(common.KERNEL, True, kernel_part_size, 1030 payload_gen.SetPartInfo(common.ROOTFS, True, rootfs_filesystem_size, 1032 payload_gen.SetPartInfo(common.KERNEL, True, kernel_filesystem_size,
|
D | test_utils.py | 177 def SetPartInfo(self, part_name, is_new, part_size, part_hash): member in PayloadGenerator
|