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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c2607 char *mainChars = NULL; local
2707 mainChars = NULL;
2709 mainChars = (char *)JNU_GetStringPlatformChars(env, mainClassName, NULL);
2710 appName = mainChars;
2731 if (mainChars != NULL) {
2732 JNU_ReleaseStringPlatformChars(env, mainClassName, mainChars);

Completed in 41 milliseconds