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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp463 const char *user_home_dir = get_home(); local
464 // the null in SYS_EXTENSIONS_DIRS counts for the size of the colon after user_home_dir
465 int system_ext_size = strlen(user_home_dir) + sizeof(SYS_EXTENSIONS_DIR) +
535 sprintf(ld_library_path, "%s" SYS_EXTENSIONS_DIR ":" SYS_EXTENSIONS_DIRS, user_home_dir);
603 SYS_EXTENSIONS_DIRS, user_home_dir, Arguments::get_java_home());

Completed in 46 milliseconds