• Home
  • Raw
  • Download

Lines Matching refs:get

297     self._is_ab = info_dict.get("ab_update") == "true"
298 self._oem_props = info_dict.get("oem_fingerprint_properties")
351 def get(self, key, default=None): member in BuildInfo
352 return self.info_dict.get(key, default)
363 return self.info_dict.get("build.prop", {})[prop]
369 prop_val = self.info_dict.get("build.prop", {}).get(prop)
373 source_order_val = self.info_dict.get("build.prop", {}).get(
389 prop_val = self.info_dict.get("{}.build.prop".format(source), {}).get(
399 return self.info_dict.get("vendor.build.prop", {})[prop]
431 recovery_mount_options = self.info_dict.get("recovery_mount_options")
915 if not target_info.get("multistage_support"):
978 if target_info.get('use_dynamic_partitions') == "true":
990 progress=progress_dict.get(block_diff.partition),
1564 allow_shared_blocks = (source_info.get('ext4_share_dup_blocks') == "true" or
1565 target_info.get('ext4_share_dup_blocks') == "true")
1579 int(i) for i in target_info.get("blockimgdiff_versions", "1").split(","))
1654 if not source_info.get("multistage_support"):
1762 if OPTIONS.source_info_dict.get("use_dynamic_partitions") == "true":
1763 if OPTIONS.target_info_dict.get("use_dynamic_partitions") != "true":
1776 progress=progress_dict.get(block_diff.partition),
2024 target_file, target_info.get("super_block_devices").strip().split(),
2025 target_info.get("dynamic_partition_list").strip().split())
2064 if (target_info.get("verity") == "true" or
2065 target_info.get("avb_enable") == "true"):
2246 OPTIONS.source_info_dict.get("use_dynamic_partitions") != "true" and
2247 OPTIONS.target_info_dict.get("use_dynamic_partitions") == "true"):
2248 if OPTIONS.target_info_dict.get("dynamic_partition_retrofit") != "true":
2260 ab_update = OPTIONS.info_dict.get("ab_update") == "true"
2267 OPTIONS.package_key = OPTIONS.info_dict.get(
2283 if OPTIONS.info_dict.get("no_recovery") == "true":
2288 cache_size = OPTIONS.info_dict.get("cache_size")
2314 OPTIONS.device_specific = OPTIONS.info_dict.get("tool_extensions")