Searched defs:part_name (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 1057 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 D | test_utils.py | 177 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 D | applier.py | 518 def _ApplyToPartition(self, operations, part_name, base_name, argument
|
/aosp12/system/update_engine/common/ |
H A D | dynamic_partition_control_stub.cc | 110 const std::string& part_name, uint32_t slot) { in IsDynamicPartition()
|
/aosp12/system/update_engine/payload_generator/ |
H A D | generate_delta_main.cc | 201 const string& part_name = config.target.partitions[i].name; in ApplyPayload() local
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | filesystem_verifier_action_unittest.cc | 209 const std::string& part_name) { in EnableVABC()
|
H A D | delta_performer.cc | 1528 bool DeltaPerformer::IsDynamicPartition(const std::string& part_name, in IsDynamicPartition()
|
/aosp12/system/core/fastboot/ |
H A D | fastboot.cpp | 137 const char* part_name; member
|