Searched refs:manifest_info (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/windows/bin/
H A Djava_md.h32 #include "manifest_info.h"
53 char *LocateJRE(manifest_info *info);
H A Djava_md.c676 * contained in the manifest_info. If no JRE in this directory meets the
684 ProcessDir(manifest_info* info, HKEY top_key) {
744 LocateJRE(manifest_info* info) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.h32 #include "manifest_info.h"
71 char *LocateJRE(manifest_info *info);
H A Djava_md.c40 #include "manifest_info.h"
1571 * constraints contained in the manifest_info. If no JRE in this
1586 *ProcessDir(manifest_info *info, char *dirname)
1643 LocateJRE(manifest_info* info)
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.h32 #include "manifest_info.h"
76 char *LocateJRE(manifest_info *info);
H A Djava_md.c839 * contained in the manifest_info. If no JRE in this directory meets the
847 ProcessDir(manifest_info* info, HKEY top_key) {
907 LocateJRE(manifest_info* info) {
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h35 #include "manifest_info.h"
49 char *LocateJRE(manifest_info *info);
H A Djava_md_common.c197 * constraints contained in the manifest_info. If no JRE in this
212 *ProcessDir(manifest_info *info, char *dirname)
269 LocateJRE(manifest_info* info)
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h132 typedef struct manifest_info { /* Interesting fields from the Manifest */ struct
138 } manifest_info; typedef in typeref:struct:manifest_info
149 int JLI_ParseManifest(char *jarfile, manifest_info *info);
H A Dparse_manifest.c35 #include "manifest_info.h"
469 * Read the manifest from the specified jar file and fill in the manifest_info
479 JLI_ParseManifest(char *jarfile, manifest_info *info)
H A Djava.c733 manifest_info info;
824 * Even if there isn't a jar file, construct a manifest_info structure
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c85 #include "manifest_info.h"
909 manifest_info info;
1000 * Even if there isn't a jar file, construct a manifest_info structure

Completed in 76 milliseconds