Lines Matching refs:get
153 result = tgtfiles.get("path:" + src.name)
157 if not OPTIONS.target_info_dict.get("update_rename_support", False):
163 result = tgtfiles.get("sha1:" + src.sha1)
164 if result is not None and existing.get(result.name) is None:
166 result = tgtfiles.get("file:" + src.name.split("/")[-1])
167 if result is not None and existing.get(result.name) is None:
204 i = self.ITEMS.get(name, None)
215 i = self.ITEMS.get("system/recovery-from-boot.p", None)
218 i = self.ITEMS.get("system/etc/install-recovery.sh", None)
280 d[k] = d.get(k, 0) + v
283 d[k] = d.get(k, 0) + 1
292 ug[(uid, gid)] = ug.get((uid, gid), 0) + count
402 oem_props = info_dict.get("oem_fingerprint_properties")
411 if oem_dict.get(prop) is None:
414 script.AssertOemProperty(prop, oem_dict.get(prop))
494 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
495 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
555 if not OPTIONS.info_dict.get("multistage_support", None):
588 recovery_mount_options = OPTIONS.info_dict.get("recovery_mount_options")
707 return info_dict.get("build.prop", {})[prop]
781 OPTIONS.info_dict.get("blockimgdiff_versions", "1").split(","))
798 oem_props = OPTIONS.target_info_dict.get("oem_fingerprint_properties")
799 recovery_mount_options = OPTIONS.source_info_dict.get(
835 if not OPTIONS.source_info_dict.get("multistage_support", None):
999 if target_data.get(sf.name) is None:
1124 oem_props = OPTIONS.info_dict.get("oem_fingerprint_properties")
1125 recovery_mount_options = OPTIONS.source_info_dict.get(
1222 if not OPTIONS.source_info_dict.get("multistage_support", None):
1460 # get set the OTA package again to retry.
1596 OPTIONS.device_specific = OPTIONS.info_dict.get("tool_extensions", None)
1616 OPTIONS.package_key = OPTIONS.info_dict.get(
1632 OPTIONS.package_key = OPTIONS.source_info_dict.get(