Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_properties.cc85 properties.SetString(kPayloadPropertyFileHash, payload_hash_); in GetPropertiesAsKeyValue()
/system/update_engine/common/
Dconstants.h161 static constexpr const auto& kPayloadPropertyFileHash = "FILE_HASH"; variable
/system/update_engine/aosp/
Dupdate_attempter_android.cc144 return (headers.count(kPayloadPropertyFileHash) in GetPayloadId()
145 ? headers.at(kPayloadPropertyFileHash) in GetPayloadId()
282 if (!brillo::data_encoding::Base64Decode(headers[kPayloadPropertyFileHash], in ApplyPayload()
285 << headers[kPayloadPropertyFileHash]; in ApplyPayload()
Dupdate_attempter_android_integration_test.cc311 kPayloadPropertyFileHash + in ApplyPayload()