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

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c137 static char* splash_jar_entry = NULL; variable
361 JLI_MemFree(splash_jar_entry);
1042 char* splash_jar_entry = JLI_MemAlloc(strlen(SPLASH_JAR_ENV_ENTRY "=")+strlen(splash_jar_name)+1); local
1043 strcpy(splash_jar_entry, SPLASH_JAR_ENV_ENTRY "=");
1044 strcat(splash_jar_entry, splash_jar_name);
1045 putenv(splash_jar_entry);
/openjdk7/jdk/src/share/bin/
H A Djava.c88 static char* splash_jar_entry = NULL; variable
864 char* splash_jar_entry = JLI_MemAlloc(JLI_StrLen(SPLASH_JAR_ENV_ENTRY "=")+JLI_StrLen(splash_jar_name)+1); local
865 JLI_StrCpy(splash_jar_entry, SPLASH_JAR_ENV_ENTRY "=");
866 JLI_StrCat(splash_jar_entry, splash_jar_name);
867 putenv(splash_jar_entry);
1782 JLI_MemFree(splash_jar_entry);

Completed in 54 milliseconds