Home
last modified time | relevance | path

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

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