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

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.h61 GetArch();
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c179 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
219 jboolean gotJREPath = GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE);
237 jboolean gotJVMPath = GetJVMPath(jrePath, preferredJVM, jvmPath, sizeof(jvmPath), GetArch(), CURRENT_DATA_MODEL);
390 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */
798 if (!GetJREPath(jrePath, sizeof(jrePath), GetArch(), JNI_FALSE)) {
/openjdk7/jdk/src/share/bin/
H A Djava.h117 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c192 #define GetArch() GetArchPath(CURRENT_DATA_MODEL) macro
365 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c143 GetArch() function
180 if (ReadKnownVMs(jrepath, (char*)GetArch(), JNI_FALSE) < 1) {
288 if (strcmp(GetArch(), "i386") != 0 ) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c181 GetArch() function
216 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c153 * macro GetArch, nbits here is ignored for now.
204 jrepath, FILESEP, FILESEP, (char*)GetArch(), FILESEP);

Completed in 62 milliseconds