Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp1369 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource()
1374 ZipArchiveHandle zip_; member in ZipImageSource
1378 return UnzipToMemory(zip_, name, out); in ReadFile()
1382 return unzip_to_file(zip_, name.c_str()); in OpenFile()