Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc140 InstallPlan::Partition& partition = in StartPartitionHashing() local
246 InstallPlan::Partition& partition = in FinishPartitionHashing() local
Dinstall_plan.cc61 for (const auto& partition : partitions) { in Dump() local
Ddelta_performer.cc296 const PartitionUpdate& partition = partitions_[current_partition_]; in OpenCurrentPartition() local
334 for (const PartitionUpdate& partition : partitions) { in LogPartitionInfo() local
577 for (const auto& partition : partitions_) { in Write() local
734 for (const PartitionUpdate& partition : manifest_.partitions()) { in ParseManifestPartitions() local
792 for (const auto& partition : partitions_) { in ParseManifestPartitions() local
1385 for (const PartitionUpdate& partition : manifest_.partitions()) { in ValidateManifest() local
Dpostinstall_runner_action.cc98 const InstallPlan::Partition& partition = in PerformPartitionPostinstall() local
Ddelta_performer_unittest.cc614 PartitionUpdate* partition = manifest.add_partitions(); in TEST_F() local
/system/core/fastboot/
Dfastboot.cpp776 static bool needs_erase(Transport* transport, const char* partition) { in needs_erase()
1010 auto update = [&](const std::string &partition) { in do_update()
1066 auto flashall = [&](const std::string &partition) { in do_flashall()
1159 const char* partition, int skip_if_not_supported, in fb_perform_format()
1424 auto erase = [&](const std::string &partition) { in main()
1463 auto format = [&](const std::string &partition) { in main()
1531 auto flash = [&](const std::string &partition) { in main()
1554 auto flashraw = [&](const std::string &partition) { in main()
/system/update_engine/payload_generator/
Dpayload_file.cc133 PartitionUpdate* partition = manifest_.add_partitions(); in WritePayload() local