Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.h117 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
H A Dfastboot.cpp1906 FlashImage(*image, slot, &buf); in FlashImages()
1910 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage() function in FlashAllTool