Home
last modified time | relevance | path

Searched defs:Image (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot.h77 struct Image { struct
83 ImageType type; argument
87 using ImageEntry = std::pair<const Image*, std::string>; argument
Dfastboot.cpp1913 void FlashAllTool::AddFlashTasks(const std::vector<std::pair<const Image*, std::string>>& images, in AddFlashTasks()