Home
last modified time | relevance | path

Searched defs:part_name (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp1057 for (const auto& part_name : real_parts) { in TEST_P() local
1079 for (const auto& part_name : real_parts) { in TEST_P() local
1091 for (const auto& part_name : real_parts) { in TEST_P() local
1099 for (const auto& part_name : real_parts) { in TEST_P() local
1169 for (const auto& part_name : real_parts) { in TEST_P() local
1203 for (const auto& part_name : real_parts) { in TEST_P() local
1231 for (const auto& part_name : real_parts) { in TEST_P() local
1259 for (const auto& part_name : real_parts) { in TEST_P() local
1287 for (const auto& part_name : real_parts) { in TEST_P() local
1317 for (const auto& part_name : real_parts) { in TEST_P() local
[all …]
/aosp12/system/update_engine/scripts/update_payload/
H A Dtest_utils.py177 def SetPartInfo(self, part_name, is_new, part_size, part_hash): argument
197 def AddOperation(self, part_name, op_type, data_offset=None, argument
287 def AddOperationWithData(self, part_name, op_type, src_extents=None, argument
H A Dapplier.py518 def _ApplyToPartition(self, operations, part_name, base_name, argument
/aosp12/system/update_engine/common/
H A Ddynamic_partition_control_stub.cc110 const std::string& part_name, uint32_t slot) { in IsDynamicPartition()
/aosp12/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc201 const string& part_name = config.target.partitions[i].name; in ApplyPayload() local
/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc209 const std::string& part_name) { in EnableVABC()
H A Ddelta_performer.cc1528 bool DeltaPerformer::IsDynamicPartition(const std::string& part_name, in IsDynamicPartition()
/aosp12/system/core/fastboot/
H A Dfastboot.cpp137 const char* part_name; member