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

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c468 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch, 0 )) {
514 jvmpathExists = GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, GetArchPath(wanted), 0);
757 GetJVMPath(const char *jrepath, const char *jvmtype, function
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c49 static jboolean GetJVMPath(const char *jrepath, const char *jvmtype,
188 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath)) {
205 * GetJVMPath() and GetApplicationHome().
215 if (!GetJVMPath(jrepath, NULL, jvmpath, so_jvmpath)) {
389 GetJVMPath(const char *jrepath, const char *jvmtype, function
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c237 jboolean gotJVMPath = GetJVMPath(jrePath, preferredJVM, jvmPath, sizeof(jvmPath), GetArch(), CURRENT_DATA_MODEL);
239 JLI_ReportErrorMessage("Failed to GetJVMPath()");
481 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch, wanted)) {
526 jvmpathExists = GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, GetArchPath(wanted), wanted);
578 GetJVMPath(const char *jrepath, const char *jvmtype, function
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c175 static jboolean GetJVMPath(const char *jrepath, const char *jvmtype,
323 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch )) {
345 jvmpathExists = GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath,
625 * GetJVMPath() and GetApplicationHome().
636 if (!GetJVMPath(jrepath, NULL, jvmpath, so_jvmpath, arch )) {
650 GetJVMPath(const char *jrepath, const char *jvmtype, function
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c49 static jboolean GetJVMPath(const char *jrepath, const char *jvmtype,
219 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath)) {
343 GetJVMPath(const char *jrepath, const char *jvmtype, function

Completed in 72 milliseconds