Lines Matching refs:get

387     self._is_ab = info_dict.get("ab_update") == "true"
392 self._oem_props = info_dict.get("oem_fingerprint_properties")
443 def get(self, key, default=None): member in BuildInfo
444 return self.info_dict.get(key, default)
452 partition_props = self.info_dict.get(prop_file)
536 return self._partition_fingerprints.get(partition, None)
575 recovery_mount_options = self.info_dict.get("recovery_mount_options")
726 if d.get("avb_enable") == "true":
871 return self.build_props.get(prop)
947 if info_dict.get('ab_update') == 'true' and \
948 info_dict.get("allow_non_ab") != "true":
955 system_root_image = info_dict.get('system_root_image') == 'true'
956 if info_dict.get('no_recovery') != 'true':
969 if info_dict.get('recovery_as_boot') == 'true':
1006 framework_dynamic_partition_list = framework_dict.get(
1008 vendor_dynamic_partition_list = vendor_dict.get("dynamic_partition_list", "")
1023 (framework_dict.get(key, ""), vendor_dict.get(key, ""))).strip()
1036 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path")
1041 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
1044 avb_salt = OPTIONS.info_dict.get("avb_salt")
1069 key_path = info_dict.get("avb_" + partition + "_key_path")
1078 if info_dict.get("ab_update") != "true" and partition == "recovery":
1175 custom_partitions = OPTIONS.info_dict.get(
1189 args = OPTIONS.info_dict.get("avb_{}_args".format(name))
1276 use_lz4 = info_dict.get("lz4_ramdisks") == 'true'
1310 args = info_dict.get("recovery_mkbootimg_args")
1314 args = info_dict.get("mkbootimg_args")
1316 args = info_dict.get("mkbootimg_args")
1320 args = info_dict.get("mkbootimg_version_args")
1328 if info_dict.get("vboot"):
1335 if info_dict.get("include_recovery_dtbo") == "true":
1338 if info_dict.get("include_recovery_acpio") == "true":
1344 if (info_dict.get("boot_signer") == "true" and
1345 info_dict.get("verity_key")):
1360 elif info_dict.get("vboot"):
1382 if info_dict.get("avb_enable") == "true":
1392 args = info_dict.get("avb_" + partition_name + "_add_hash_footer_args")
1433 has_ramdisk = (info_dict.get("system_root_image") != "true" or
1435 info_dict.get("recovery_as_boot") == "true")
1461 use_lz4 = info_dict.get("lz4_ramdisks") == 'true'
1489 args = info_dict.get("mkbootimg_args")
1493 args = info_dict.get("mkbootimg_version_args")
1503 if info_dict.get("avb_enable") == "true":
1509 args = info_dict.get("avb_vendor_boot_add_hash_footer_args")
1637 is_sparse = info_dict.get("extfs_sparse_flag")
1644 allow_shared_blocks = info_dict.get("ext4_share_dup_blocks") == "true"
1739 if ranges.extra.get('uses_shared_blocks'):
1941 limit = info_dict.get(device + "_size")
1948 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS:
2454 return kwargs.get("default")
2575 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff")
2690 OPTIONS.info_dict.get("blockimgdiff_versions", "1").split(","))
2706 is_dynamic_build = OPTIONS.info_dict.get(
2710 is_dynamic_build = OPTIONS.source_info_dict.get(
2713 OPTIONS.source_info_dict.get("dynamic_partition_list", "").strip())
2716 OPTIONS.info_dict.get("dynamic_partition_list", "").strip())
3090 full_recovery_image = info_dict.get("full_recovery_image") == "true"
3091 board_uses_vendorimage = info_dict.get("board_uses_vendorimage") == "true"
3108 system_root_image = info_dict.get("system_root_image") == "true"
3256 tgt_groups = shlex.split(info_dict.get(
3258 src_groups = shlex.split(source_info_dict.get(
3262 for p in shlex.split(info_dict.get(
3270 for p in shlex.split(source_info_dict.get(
3277 target_dynamic_partitions = set(shlex.split(info_dict.get(
3285 source_dynamic_partitions = set(shlex.split(source_info_dict.get(
3301 self._group_updates[g].tgt_size = int(info_dict.get(
3307 self._group_updates[g].src_size = int(source_info_dict.get(