Home
last modified time | relevance | path

Searched refs:kPayloadBatchedWrites (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/common/
Dconstants.h187 static constexpr const auto& kPayloadBatchedWrites = "BATCHED_WRITES"; variable
/system/update_engine/aosp/
Dupdate_attempter_android.cc362 if (!headers[kPayloadBatchedWrites].empty()) { in ApplyPayload()