Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdate_verifier_test.cpp62 std::vector<std::unordered_map<std::string, std::string>>& partitions) { in ConstructProto() argument
64 for (const auto& partition : partitions) { in ConstructProto()
125 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F() local
134 std::string proto = ConstructProto(partitions); in TEST_F()
147 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F() local
155 std::string proto = ConstructProto(partitions); in TEST_F()
167 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F() local
176 std::string proto = ConstructProto(partitions); in TEST_F()
188 std::vector<std::unordered_map<std::string, std::string>> partitions = { in TEST_F() local
195 std::string proto = ConstructProto(partitions); in TEST_F()
[all …]
/bootable/recovery/update_verifier/
Dcare_map_generator.py50 info = care_map_proto.partitions.add()
77 for info in care_map_proto.partitions:
Dcare_map.proto30 repeated PartitionInfo partitions = 1; field
Dupdate_verifier.cpp247 for (const auto& partition : care_map.partitions()) { in ParseCareMap()
/bootable/recovery/updater/
Dupdater_runtime_dynamic_partitions.cpp259 auto partitions = builder->ListPartitionsInGroup(group_name_suffix); in ListPartitionNamesInGroup() local
261 std::transform(partitions.begin(), partitions.end(), std::back_inserter(partition_names), in ListPartitionNamesInGroup()