Searched refs:ManifestFile (Results 1 – 3 of 3) sorted by relevance
32 ManifestFile = MetaDir + "MANIFEST.MF" const61 ManifestFile,94 Name: ManifestFile,
49 manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest")}50 manifestFile2 = testZipEntry{jar.ManifestFile, 0755, []byte("manifest2")}
468 pathMappings = append(pathMappings, pathMapping{jar.ManifestFile, manifest, zip.Deflate})478 if emulateJar && ele.dest == jar.ManifestFile {