Searched refs:restrict_search (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c908 int restrict_search = -1; /* -1 implies not known */ local
954 restrict_search = 1;
956 restrict_search = 0;
1054 if (restrict_search != -1)
1055 info.jre_restrict_search = restrict_search;
/openjdk7/jdk/src/share/bin/
H A Djava.c732 int restrict_search = -1; /* -1 implies not known */ local
778 restrict_search = 1;
780 restrict_search = 0;
876 if (restrict_search != -1)
877 info.jre_restrict_search = restrict_search;

Completed in 40 milliseconds