Home
last modified time | relevance | path

Searched defs:zip (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot.cpp503 static bool UnzipToMemory(ZipArchiveHandle zip, const std::string& entry_name, in UnzipToMemory()
614 static int unzip_to_file(ZipArchiveHandle zip, const char* entry_name) { in unzip_to_file()
1369 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource()
1386 ZipArchiveHandle zip; in do_update() local
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java58 BigInteger zip = (BigInteger) usAddress.getMethod("getZip").invoke(billTo); in testPurchaseSimple() local