Searched defs:GetJREPath (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c352 * associated with calling GetJREPath, ReadKnownVMs, etc. should be
449 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
490 if (!GetJREPath(jrepath, so_jrepath, GetArchPath(wanted), JNI_TRUE)) {
783 GetJREPath(char *path, jint pathsize, const char * arch, jboolean speculative) function
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c51 static jboolean GetJREPath(char *path, jint pathsize);
170 if (!GetJREPath(jrepath, so_jrepath)) {
209 if (!GetJREPath(jrepath, so_jrepath) ) {
245 if (GetJREPath(crtpath, MAXPATHLEN)) {
347 GetJREPath(char *path, jint pathsize) function
1301 if (!GetJREPath(libraryPath, MAXPATHLEN)) {
1448 if (!GetJREPath(libraryPath, MAXPATHLEN)) {
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c219 jboolean gotJREPath = GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE);
221 JLI_ReportErrorMessage("Failed to GetJREPath()");
377 * associated with calling GetJREPath, ReadKnownVMs, etc. should be
462 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
502 if (!GetJREPath(jrepath, so_jrepath, GetArchPath(wanted), JNI_TRUE)) {
609 GetJREPath(char *path, jint pathsize, const char * arch, jboolean speculative) function
631 dladdr(&GetJREPath, &selfInfo);
798 if (!GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE)) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c177 static jboolean GetJREPath(char *path, jint pathsize, char * arch, jboolean speculative);
198 * associated with calling GetJREPath, ReadKnownVMs, etc. should be
309 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
331 if (!GetJREPath(jrepath, so_jrepath, ((wanted==64)?LIBARCH64NAME:LIBARCH32NAME), JNI_TRUE)) {
631 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
699 GetJREPath(char *path, jint pathsize, char * arch, jboolean speculative) function
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c51 static jboolean GetJREPath(char *path, jint pathsize);
198 if (!GetJREPath(jrepath, so_jrepath)) {
277 if (GetJREPath(crtpath, MAXPATHLEN)) {
304 GetJREPath(char *path, jint pathsize) function
1109 if (!GetJREPath(libraryPath, MAXPATHLEN)) {
1297 if (!GetJREPath(libraryPath, MAXPATHLEN)) {

Completed in 48 milliseconds