Home | History | Annotate | Download | only in fastboot

Lines Matching defs:partitions

346             "                                           bootloader-related partitions.\n"
348 " partitions.\n"
350 " partitions.\n"
409 " on partitions that support slots will\n"
414 " used, slotted partitions will default\n"
690 // Pixel 2 shipped with new partitions and users used old versions of fastboot to flash them,
691 // missing out new partitions. A device with new partitions can use "partition-exists" to
821 // erase partitions of type ext4 before flashing a filesystem so no stale
1859 std::vector<std::string> partitions = { "userdata", "cache", "metadata" };
1860 for (const auto& partition : partitions) {