Home
last modified time | relevance | path

Searched refs:kPayloadPropertyMetadataSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/common/
H A Dconstants.cc120 const char kPayloadPropertyMetadataSize[] = "METADATA_SIZE"; variable
H A Dconstants.h117 extern const char kPayloadPropertyMetadataSize[];
/aosp12/system/update_engine/payload_generator/
H A Dpayload_properties.cc75 properties.SetString(kPayloadPropertyMetadataSize, in GetPropertiesAsKeyValue()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc214 if (!base::StringToUint64(headers[kPayloadPropertyMetadataSize], in ApplyPayload()