Home
last modified time | relevance | path

Searched refs:ManifestFile (Results 1 – 3 of 3) 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_test.go49 manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest")}
50 manifestFile2 = testZipEntry{jar.ManifestFile, 0755, []byte("manifest2")}
/build/soong/zip/
Dzip.go468 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
478 if emulateJar && ele.dest == jar.ManifestFile {