Home
last modified time | relevance | path

Searched defs:zip_file (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/client/
Dfastdeploy.cpp153 std::unique_ptr<android::ZipFileRO> zip_file((android::ZipFileRO::open)(apk_path)); in get_package_name_from_apk() local
/system/libziparchive/
Dzip_archive_test.cc662 static void ZipArchiveStreamTestUsingContents(const std::string& zip_file, in ZipArchiveStreamTestUsingContents()
678 static void ZipArchiveStreamTestUsingMemory(const std::string& zip_file, in ZipArchiveStreamTestUsingMemory()
Dzip_archive.cc1169 EntryReader(const MappedZipFile& zip_file, const ZipEntry64* entry) in EntryReader()