Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1398 class LocalImageSource final : public ImageSource { class
1404 bool LocalImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile()
1412 int LocalImageSource::OpenFile(const std::string& name) const { in OpenFile()
1418 FlashAllTool tool(LocalImageSource(), slot_override, skip_secondary, wipe); in do_flashall()