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

/openjdk7/jdk/src/share/back/
H A DdebugInit.c205 char *boot_path = NULL; local
273 &boot_path); local
275 dbgsysBuildLibName(npt_lib, sizeof(npt_lib), boot_path, NPT_LIBNAME);
278 jvmtiDeallocate(boot_path);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c1892 char *boot_path; local
1900 getSystemProperty("sun.boot.library.path", &boot_path);
1901 md_build_library_name(lname, FILENAME_MAX, boot_path, name);
1902 jvmtiDeallocate(boot_path);
1945 char *boot_path = NULL; local
1968 getSystemProperty("sun.boot.library.path", &boot_path);
1970 md_build_library_name(npt_lib, sizeof(npt_lib), boot_path, NPT_LIBNAME);
1971 jvmtiDeallocate(boot_path);

Completed in 53 milliseconds