Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1488 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource()
1493 ZipArchiveHandle zip_; member in ZipImageSource
1497 return UnzipToMemory(zip_, name, out); in ReadFile()
1501 return unzip_to_file(zip_, name.c_str()); in OpenFile()