Lines Matching refs:get
322 fs_config = prop_dict.get("fs_config")
324 if (prop_dict.get("system_root_image") == "true"
343 fs_type = prop_dict.get("fs_type", "")
351 verity_supported = prop_dict.get("verity") == "true"
352 verity_fec_supported = prop_dict.get("verity_fec") == "true"
357 partition_size = int(prop_dict.get("partition_size"))
409 …if "squashfs_disable_4k_align" in prop_dict and prop_dict.get("squashfs_disable_4k_align") == "tru…
416 if prop_dict.get("mkyaffs2_extra_flags", None):
426 ramdisk_dir = prop_dict.get("ramdisk_dir")
434 reserved_blocks = prop_dict.get("has_ext4_reserved_blocks") == "true"
465 used_blocks = int(m.groupdict().get('used_blocks'))
466 total_blocks = int(m.groupdict().get('total_blocks'))
470 mount_point = prop_dict.get("mount_point")
478 mount_point = prop_dict.get("mount_point")
479 partition_size = int(prop_dict.get("partition_size"))
493 if run_fsck and prop_dict.get("skip_fsck") != "true":