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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp742 static bool make_user_tmp_dir(const char* dirname) { function
784 if (!make_user_tmp_dir(dirname)) {
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp752 static bool make_user_tmp_dir(const char* dirname) { function
794 if (!make_user_tmp_dir(dirname)) {
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1225 static bool make_user_tmp_dir(const char* dirname) { function
1302 if (!make_user_tmp_dir(dirname)) {
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp790 static bool make_user_tmp_dir(const char* dirname) { function
832 if (!make_user_tmp_dir(dirname)) {
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp831 static bool make_user_tmp_dir(const char* dirname) { function
871 if (!make_user_tmp_dir(dirname)) {

Completed in 125 milliseconds