Home
last modified time | relevance | path

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

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