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

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c236 char clientPattern[PATH_MAX + 1]; local
249 JLI_Snprintf(clientPattern, PATH_MAX, "lib/%s/client", GetArchPath(wanted));
253 clientPatternFound = JLI_StrStr(env, clientPattern) != NULL;
264 if (clientPatternFound && JLI_StrStr(path, clientPattern) != NULL) {

Completed in 62 milliseconds