Lines Matching refs:FlashAllTool
1309 class FlashAllTool { class
1311 …FlashAllTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary, boo…
1332 FlashAllTool::FlashAllTool(const ImageSource& source, const std::string& slot_override, bool skip_s… in FlashAllTool() function in FlashAllTool
1340 void FlashAllTool::Flash() { in Flash()
1379 void FlashAllTool::CheckRequirements() { in CheckRequirements()
1387 void FlashAllTool::DetermineSecondarySlot() { in DetermineSecondarySlot()
1404 void FlashAllTool::CollectImages() { in CollectImages()
1421 void FlashAllTool::FlashImages(const std::vector<std::pair<const Image*, std::string>>& images) { in FlashImages()
1435 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
1451 void FlashAllTool::UpdateSuperPartition() { in UpdateSuperPartition()
1511 FlashAllTool tool(ZipImageSource(zip), slot_override, skip_secondary, false); in do_update()
1537 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe); in do_flashall()