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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp154 static char* get_user_tmp_dir(const char* user) { function
933 char* dirname = get_user_tmp_dir(user_name);
1093 char* dirname = get_user_tmp_dir(luser);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp154 static char* get_user_tmp_dir(const char* user) { function
943 char* dirname = get_user_tmp_dir(user_name);
1103 char* dirname = get_user_tmp_dir(luser);
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp158 static char* get_user_tmp_dir(const char* user) { function
1448 char* dirname = get_user_tmp_dir(user);
1626 char* dirname = get_user_tmp_dir(luser);
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp157 static char* get_user_tmp_dir(const char* user) { function
959 char* dirname = get_user_tmp_dir(user_name);
1120 char* dirname = get_user_tmp_dir(luser);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp155 static char* get_user_tmp_dir(const char* user) { function
1012 char* dirname = get_user_tmp_dir(user_name);
1181 char* dirname = get_user_tmp_dir(luser);

Completed in 66 milliseconds