Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc47 constexpr char kRollbackIndexSuffix[] = "_rollback_index_location"; variable
103 result.emplace_back("avb_" + name + kRollbackIndexSuffix); in GeneratePartitionKeys()
271 if (android::base::EndsWith(key, kRollbackIndexSuffix)) { in MergeMiscInfos()