Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipAlign.cpp175 ZipFile zipFile; in verify() local
181 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != OK) { in verify()
186 int numEntries = zipFile.getNumEntries(); in verify()
190 pEntry = zipFile.getEntryByIndex(i); in verify()
/build/soong/sdk/
Dupdate.go368 var zipFile android.OutputPath
371 zipFile = outputZipFile
374 zipFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"-current.unmerged.zip").OutputPath
382 Output: zipFile,
392 Input: zipFile,