Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dconstants.cc118 const char kPayloadPropertyFileSize[] = "FILE_SIZE"; variable
H A Dconstants.h115 extern const char kPayloadPropertyFileSize[];
/aosp12/system/update_engine/payload_generator/
H A Dpayload_properties.cc74 properties.SetString(kPayloadPropertyFileSize, std::to_string(payload_size_)); in GetPropertiesAsKeyValue()
/aosp12/system/update_engine/aosp/
H A Dupdate_attempter_android.cc204 if (!base::StringToUint64(headers[kPayloadPropertyFileSize], in ApplyPayload()