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

/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DBsdVirtualMachine.c295 char temp_path_storage[PATH_MAX]; local
297 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, temp_path_storage, PATH_MAX);
299 strlcpy(temp_path_storage, "/tmp", sizeof(temp_path_storage));
301 temp_path = temp_path_storage;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1874 char temp_path_storage[PATH_MAX]; variable
1878 int pathSize = confstr(_CS_DARWIN_USER_TEMP_DIR, temp_path_storage, PATH_MAX);
1880 strlcpy(temp_path_storage, "/tmp/", sizeof(temp_path_storage));
1882 temp_path = temp_path_storage;

Completed in 1530 milliseconds