Home
last modified time | relevance | path

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

/aosp12/build/soong/jar/
H A Djar.go32 ManifestFile = MetaDir + "MANIFEST.MF" const
61 ManifestFile,
94 Name: ManifestFile,
/aosp12/build/soong/cmd/merge_zips/
H A Dmerge_zips_test.go49 manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest")}
50 manifestFile2 = testZipEntry{jar.ManifestFile, 0755, []byte("manifest2")}
H A Dmerge_zips.go199 _, err = oz.addZipEntry(jar.ManifestFile, ZipEntryFromBuffer{fh, buf})
254 if name != jar.MetaDir && name != jar.ManifestFile {
297 (oz.emulateJar && entry.name == jar.ManifestFile || entry.name == jar.ModuleInfoClass) ||
/aosp12/build/soong/zip/
H A Dzip.go468 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})
478 if emulateJar && ele.dest == jar.ManifestFile {