Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.cc115 const char kPayloadPropertyFileHash[] = "FILE_HASH"; variable
Dconstants.h111 extern const char kPayloadPropertyFileHash[];
/system/update_engine/payload_generator/
Dpayload_properties.cc83 properties.SetString(kPayloadPropertyFileHash, payload_hash_); in GetPropertiesAsKeyValue()
/system/update_engine/
Dupdate_attempter_android.cc122 return (headers.count(kPayloadPropertyFileHash) in GetPayloadId()
123 ? headers.at(kPayloadPropertyFileHash) in GetPayloadId()
207 if (!brillo::data_encoding::Base64Decode(headers[kPayloadPropertyFileHash], in ApplyPayload()
210 << headers[kPayloadPropertyFileHash]; in ApplyPayload()