Home
last modified time | relevance | path

Searched refs:ManifestFile (Results 1 – 4 of 4) sorted by relevance

/build/soong/jar/
Djar.go32 ManifestFile = MetaDir + "MANIFEST.MF" const
61 ManifestFile,
94 Name: ManifestFile,
/build/soong/cmd/merge_zips/
Dmerge_zips.go201 _, err = oz.addZipEntry(jar.ManifestFile, ZipEntryFromBuffer{fh, buf})
256 if name != jar.MetaDir && name != jar.ManifestFile {
299 (oz.emulateJar && entry.name == jar.ManifestFile || entry.name == jar.ModuleInfoClass) ||
Dmerge_zips_test.go61 …manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest"), zip.Deflate, jar.Default…
62 …manifestFile2 = testZipEntry{jar.ManifestFile, 0755, []byte("manifest2"), zip.Deflate, jar.Defaul…
/build/soong/zip/
Dzip.go516 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
526 if emulateJar && ele.dest == jar.ManifestFile {