Home
last modified time | relevance | path

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

/build/make/tools/zipalign/
DZipAlign.cpp142 ZipFile zipFile; in verify() local
148 if (zipFile.open(fileName, ZipFile::kOpenReadOnly) != OK) { in verify()
153 int numEntries = zipFile.getNumEntries(); in verify()
157 pEntry = zipFile.getEntryByIndex(i); in verify()
/build/soong/android/
Dpackaging_test.go92 zipFile := PathForModuleOut(ctx, "myzip.zip")
93 m.entries = m.CopyDepsToZip(ctx, zipFile)
/build/soong/sdk/
Dupdate.go418 var zipFile android.OutputPath
421 zipFile = outputZipFile
425 zipFile = android.PathForModuleOut(ctx, intermediatePath).OutputPath
433 Output: zipFile,
443 Input: zipFile,