Home
last modified time | relevance | path

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

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