Home
last modified time | relevance | path

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

/system/apex/apexer/
Dapexer.py373 zip_file = os.path.join(work_dir, 'apex.zip')
381 cmd.extend(['-o', zip_file])
389 cmd.append(zip_file) # input
/system/core/libziparchive/
Dzip_archive_test.cc464 static void ZipArchiveStreamTestUsingContents(const std::string& zip_file, in ZipArchiveStreamTestUsingContents() argument
468 ASSERT_EQ(0, OpenArchiveWrapper(zip_file, &handle)); in ZipArchiveStreamTestUsingContents()
480 static void ZipArchiveStreamTestUsingMemory(const std::string& zip_file, in ZipArchiveStreamTestUsingMemory() argument
483 ASSERT_EQ(0, OpenArchiveWrapper(zip_file, &handle)); in ZipArchiveStreamTestUsingMemory()
Dzip_archive.cc930 EntryReader(const MappedZipFile& zip_file, const ZipEntry* entry) in EntryReader() argument
931 : Reader(), zip_file_(zip_file), entry_(entry) {} in EntryReader()