Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1606 class ZipImageSource final : public ImageSource { class
1608 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource() function in ZipImageSource
1616 bool ZipImageSource::ReadFile(const std::string& name, std::vector<char>* out) const { in ReadFile()
1620 unique_fd ZipImageSource::OpenFile(const std::string& name) const { in OpenFile()
1632 FlashAllTool tool(ZipImageSource(zip), slot_override, skip_secondary, false, force_flash); in do_update()