Home
last modified time | relevance | path

Searched refs:GetProp (Results 1 – 6 of 6) sorted by relevance

/build/make/tools/releasetools/
Dcheck_target_files_vintf.py86 shipping_api_level = info_dict['vendor.build.prop'].GetProp(
Dtest_common.py253 target_info['build.prop'].GetProp('ro.build.foo'))
260 self.assertIsNone(target_info['build.prop'].GetProp('ro.build.foo'))
269 target_info['build.prop'].GetProp('ro.build.foo'))
272 target_info['build.prop'].GetProp('ro.build.foo'))
281 target_info.get('build.prop').GetProp('ro.build.foo'))
290 self.assertIsNone(target_info.get('build.prop').GetProp('ro.build.foo'))
Dcommon.py450 vendor_prop.GetProp("ro.virtual_ab.compression.enabled") == "true"
457 vendor_prop.GetProp("ro.vendor.build.dont_use_vabc")
482 return partition_props.GetProp(prop)
1035 def GetProp(self, prop): member in PartitionBuildProps
3868 timestamp = props.GetProp('ro.bootimage.build.date.utc')
3961 partition_props and partition_props.GetProp(x)]
3968 fingerprint = partition_props.GetProp(property_id)
Dota_from_target_files.py1450 source_spl = source_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
1451 target_spl = target_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
Dota_from_target_files1450 source_spl = source_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
1451 target_spl = target_build_prop.GetProp(SECURITY_PATCH_LEVEL_PROP_NAME)
Dbuild_image.py570 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc")