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

/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c803 char splashPath[PATH_MAX]; local
804 const int ret = JLI_Snprintf(splashPath, sizeof(splashPath),
806 if (ret >= (int)sizeof(splashPath)) {
815 hSplashLib = dlopen(splashPath, RTLD_LAZY | RTLD_GLOBAL);

Completed in 1205 milliseconds