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

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c136 static char* splash_file_entry = NULL; variable
362 JLI_MemFree(splash_file_entry);
1036 char* splash_file_entry = JLI_MemAlloc(strlen(SPLASH_FILE_ENV_ENTRY "=")+strlen(splash_file_name)+1); local
1037 strcpy(splash_file_entry, SPLASH_FILE_ENV_ENTRY "=");
1038 strcat(splash_file_entry, splash_file_name);
1039 putenv(splash_file_entry);
/openjdk7/jdk/src/share/bin/
H A Djava.c87 static char* splash_file_entry = NULL; variable
858 char* splash_file_entry = JLI_MemAlloc(JLI_StrLen(SPLASH_FILE_ENV_ENTRY "=")+JLI_StrLen(splash_file_name)+1); local
859 JLI_StrCpy(splash_file_entry, SPLASH_FILE_ENV_ENTRY "=");
860 JLI_StrCat(splash_file_entry, splash_file_name);
861 putenv(splash_file_entry);
1783 JLI_MemFree(splash_file_entry);

Completed in 40 milliseconds