Home
last modified time | relevance | path

Searched refs:FlashAllTool (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfastboot.h106 class FlashAllTool {
108 FlashAllTool(FlashingPlan* fp);
H A Dfastboot.cpp1774 FlashAllTool::FlashAllTool(FlashingPlan* fp) : fp_(fp) {} in FlashAllTool() function in FlashAllTool
1776 void FlashAllTool::Flash() { in Flash()
1812 void FlashAllTool::CheckRequirements() { in CheckRequirements()
1820 void FlashAllTool::DetermineSlot() { in DetermineSlot()
1843 void FlashAllTool::CollectImages() { in CollectImages()
1860 void FlashAllTool::HardcodedFlash() { in HardcodedFlash()
1896 void FlashAllTool::FlashImages(const std::vector<std::pair<const Image*, std::string>>& images) { in FlashImages()
1910 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
1954 FlashAllTool tool(fp); in do_update()
1982 FlashAllTool tool(fp); in do_flashall()