Searched refs:splash_file_name (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c911 char *splash_file_name = NULL; local
978 splash_file_name = arg+8;
1018 * splash_file_name has not been initialized above during command
1021 if (!headlessflag && !splash_file_name && info.splashscreen_image_file_name) {
1022 splash_file_name = info.splashscreen_image_file_name;
1035 if (splash_file_name && !headlessflag) {
1036 char* splash_file_entry = JLI_MemAlloc(strlen(SPLASH_FILE_ENV_ENTRY "=")+strlen(splash_file_name)+1);
1038 strcat(splash_file_entry, splash_file_name);
/openjdk7/jdk/src/share/bin/
H A Djava.c735 char *splash_file_name = NULL; local
802 splash_file_name = arg+8;
840 * splash_file_name has not been initialized above during command
843 if (!headlessflag && !splash_file_name && info.splashscreen_image_file_name) {
844 splash_file_name = info.splashscreen_image_file_name;
857 if (splash_file_name && !headlessflag) {
858 char* splash_file_entry = JLI_MemAlloc(JLI_StrLen(SPLASH_FILE_ENV_ENTRY "=")+JLI_StrLen(splash_file_name)+1);
860 JLI_StrCat(splash_file_entry, splash_file_name);

Completed in 41 milliseconds