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

/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DBsdVirtualMachine.c294 static char *temp_path = NULL; local
296 if (temp_path == NULL) {
301 temp_path = temp_path_storage;
303 return JNU_NewStringPlatform(env, temp_path);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1876 static char *temp_path = NULL; local
1877 if (temp_path == NULL) {
1882 temp_path = temp_path_storage;
1884 return temp_path;

Completed in 37 milliseconds