Searched refs:zipFile (Results 1 – 3 of 3) sorted by relevance
142 ZipFile zipFile; in verify() local148 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != OK) { in verify()153 int numEntries = zipFile.getNumEntries(); in verify()157 pEntry = zipFile.getEntryByIndex(i); in verify()
92 zipFile := PathForModuleOut(ctx, "myzip.zip")93 m.entries = m.CopyDepsToZip(ctx, zipFile)
418 var zipFile android.OutputPath421 zipFile = outputZipFile425 zipFile = android.PathForModuleOut(ctx, intermediatePath).OutputPath433 Output: zipFile,443 Input: zipFile,