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.cc332 const PartitionUpdate& partition = partitions_[current_partition_]; in OpenCurrentPartition() local
379 for (const PartitionUpdate& partition : partitions) { in LogPartitionInfo() local
622 for (const auto& partition : partitions_) { in Write() local
779 for (const PartitionUpdate& partition : manifest_.partitions()) { in ParseManifestPartitions() local
837 for (const auto& partition : partitions_) { in ParseManifestPartitions() local
1449 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.cpp792 static bool needs_erase(Transport* transport, const char* partition) { in needs_erase()
1124 auto update = [&](const std::string &partition) { in do_update()
1204 auto flashall = [&](const std::string &partition) { in do_flashall()
1303 const char* partition, int skip_if_not_supported, in fb_perform_format()
1578 auto erase = [&](const std::string &partition) { in main()
1617 auto format = [&](const std::string &partition) { in main()
1685 auto flash = [&](const std::string &partition) { in main()
1708 auto flashraw = [&](const std::string &partition) { in main()
/system/update_engine/payload_generator/
Dpayload_file.cc133 PartitionUpdate* partition = manifest_.add_partitions(); in WritePayload() local