Searched refs:jre_restrict_search (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h136 char jre_restrict_search; /* Restricted JRE search */ member in struct:manifest_info
H A Dparse_manifest.c499 info->jre_restrict_search = 0;
520 info->jre_restrict_search = 1;
H A Djava.c851 info.jre_restrict_search = 0;
877 info.jre_restrict_search = restrict_search;
914 (info.jre_restrict_search?"true":"false"), (jre?jre:"null"));
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c280 if (info->jre_restrict_search) {
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1029 info.jre_restrict_search = 0;
1055 info.jre_restrict_search = restrict_search;
1094 (info.jre_restrict_search?"true":"false"), (jre?jre:"null"));
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c1654 if (info->jre_restrict_search)

Completed in 59 milliseconds