Lines Matching refs:property
220 This class wraps up the property querying for a given source or target build.
240 if the build doesn't use any OEM-specific property.
269 @property
273 @property
277 @property
281 @property
292 """Returns the inquired build property."""
299 """Returns the inquired vendor build property."""
326 # Read the property directly if not using OEM properties.
343 "The OEM file is missing the property %s" % (prop,))
974 """A class that computes the property-files string for an OTA package.
976 A property-files string is a comma-separated string that contains the
983 Computing the final property-files string requires two passes. Because doing
1011 """Computes and returns a property-files string with placeholders.
1029 """Finalizes a property-files string with actual METADATA offset/size info.
1033 the ZIP entry offsets and construct the property-files string with actual
1034 data. Note that during this process, we must pad the property-files string
1040 reserved_length: The reserved length of the property-files string during
1045 A property-files string including the metadata offset/size info, e.g.
1062 """Verifies the input ZIP file contains the expected property-files string.
1066 expected: The property-files string that's computed from Finalize().
1076 """Constructs the property-files string per request."""
1107 """Computes the additional tokens to be included into the property-files.
1117 A list of strings (tokens) to be added to the property-files string.
1125 """A subclass for computing the property-files for streaming A/B OTAs."""
1129 self.name = 'ota-streaming-property-files'
1144 """The property-files for A/B OTA that includes payload_metadata.bin info.
1146 Since P, we expose one more token (aka property-file), in addition to the ones
1152 For backward compatibility, we keep both of the 'ota-streaming-property-files'
1153 and the newly added 'ota-property-files' in P. The new token will only be
1154 available in 'ota-property-files'.
1159 self.name = 'ota-property-files'
1227 """The property-files for non-A/B OTA.
1229 For non-A/B OTA, the property-files string contains the info for METADATA
1236 self.name = 'ota-property-files'
1242 In order to stream an A/B OTA package, we need 'ota-streaming-property-files'
1244 property-files string is as follows.