Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1418 class ImageSource { class
1420 virtual ~ImageSource() {}; in ~ImageSource()
1427 FlashAllTool(const ImageSource& source, const std::string& slot_override, bool skip_secondary,
1440 const ImageSource& source_;
1450 FlashAllTool::FlashAllTool(const ImageSource& source, const std::string& slot_override, in FlashAllTool()
1606 class ZipImageSource final : public ImageSource {
1638 class LocalImageSource final : public ImageSource {