Lines Matching refs:get
62 self.search_path = platform_search_path.get(sys.platform)
337 fc_basename = os.path.basename(d.get("selinux_fc", "file_contexts"))
387 system_root_image = d.get("system_root_image") == "true"
388 if d.get("no_recovery") != "true":
400 elif d.get("recovery_as_boot") == "true":
430 if d.get("avb_enable") == "true":
537 key_path = OPTIONS.info_dict.get("avb_" + partition + "_key_path")
538 algorithm = OPTIONS.info_dict.get("avb_" + partition + "_algorithm")
541 avb_salt = OPTIONS.info_dict.get("avb_salt")
644 args = info_dict.get("mkbootimg_args")
648 args = info_dict.get("mkbootimg_version_args")
656 if info_dict.get("vboot"):
666 if info_dict.get("include_recovery_dtbo") == "true":
669 if info_dict.get("include_recovery_acpio") == "true":
675 if (info_dict.get("boot_signer") == "true" and
676 info_dict.get("verity_key")):
691 elif info_dict.get("vboot"):
713 if info_dict.get("avb_enable") == "true":
720 args = info_dict.get("avb_" + partition_name + "_add_hash_footer_args")
761 has_ramdisk = (info_dict.get("system_root_image") != "true" or
763 info_dict.get("recovery_as_boot") == "true")
864 is_sparse = info_dict.get("extfs_sparse_flag")
871 allow_shared_blocks = info_dict.get("ext4_share_dup_blocks") == "true"
967 if ranges.extra.get('uses_shared_blocks'):
1170 limit = info_dict.get(device + "_size")
1177 if info_dict.get("avb_enable") == "true" and target in AVB_PARTITIONS:
1651 return kwargs.get("default")
1772 diff_program = DIFF_PROGRAM_BY_EXT.get(ext, "bsdiff")
1887 OPTIONS.info_dict.get("blockimgdiff_versions", "1").split(","))
1903 is_dynamic_build = OPTIONS.info_dict.get(
1907 is_dynamic_build = OPTIONS.source_info_dict.get(
1910 OPTIONS.source_info_dict.get("dynamic_partition_list", "").strip())
1913 OPTIONS.info_dict.get("dynamic_partition_list", "").strip())
2248 full_recovery_image = info_dict.get("full_recovery_image") == "true"
2254 system_root_image = info_dict.get("system_root_image") == "true"
2392 tgt_groups = shlex.split(info_dict.get(
2394 src_groups = shlex.split(source_info_dict.get(
2398 for p in shlex.split(info_dict.get(
2406 for p in shlex.split(source_info_dict.get(
2413 target_dynamic_partitions = set(shlex.split(info_dict.get(
2421 source_dynamic_partitions = set(shlex.split(source_info_dict.get(
2437 self._group_updates[g].tgt_size = int(info_dict.get(
2443 self._group_updates[g].src_size = int(source_info_dict.get(