Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1320 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
1431 FlashImage(*image, slot, &buf); in FlashImages()
1435 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage() function in FlashAllTool