• Home
  • Raw
  • Download

Lines Matching refs:get

191   result = tgtfiles.get("path:" + src.name)
195 if not OPTIONS.target_info_dict.get("update_rename_support", False):
201 result = tgtfiles.get("sha1:" + src.sha1)
202 if result is not None and existing.get(result.name) is None:
204 result = tgtfiles.get("file:" + src.name.split("/")[-1])
205 if result is not None and existing.get(result.name) is None:
242 i = self.ITEMS.get(name, None)
254 i = self.ITEMS.get("system/recovery-from-boot.p", None)
257 i = self.ITEMS.get("system/etc/install-recovery.sh", None)
319 d[k] = d.get(k, 0) + v
322 d[k] = d.get(k, 0) + 1
331 ug[(uid, gid)] = ug.get((uid, gid), 0) + count
441 oem_props = info_dict.get("oem_fingerprint_properties")
450 if oem_dict.get(prop) is None:
453 script.AssertOemProperty(prop, oem_dict.get(prop))
531 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
532 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
595 if not OPTIONS.info_dict.get("multistage_support", None):
630 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
752 return info_dict.get("build.prop", {})[prop]
782 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
783 recovery_mount_options = OPTIONS.source_info_dict.get(
860 OPTIONS.info_dict.get("blockimgdiff_versions", "1").split(","))
922 if not OPTIONS.source_info_dict.get("multistage_support", None):
1085 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
1086 recovery_mount_options = OPTIONS.info_dict.get(
1162 OPTIONS.package_key = OPTIONS.info_dict.get(
1182 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties", None)
1314 if target_data.get(sf.name) is None:
1441 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
1442 recovery_mount_options = OPTIONS.source_info_dict.get(
1564 if not OPTIONS.source_info_dict.get("multistage_support", None):
1956 ab_update = OPTIONS.info_dict.get("ab_update") == "true"
2007 OPTIONS.device_specific = OPTIONS.info_dict.get("tool_extensions", None)
2012 if OPTIONS.info_dict.get("no_recovery") == "true":
2019 OPTIONS.package_key = OPTIONS.info_dict.get(
2035 cache_size = OPTIONS.info_dict.get("cache_size", None)