Searched refs:luser (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp831 const char* luser = NULL; local
859 luser = get_user_name(vmid, CHECK);
862 luser = user;
865 if (luser == NULL) {
870 char* dirname = get_user_tmp_dir(luser);
891 if (luser != user) FREE_C_HEAP_ARRAY(char, luser, mtInternal);
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp831 const char* luser = NULL; local
859 luser = get_user_name(vmid, CHECK);
862 luser = user;
865 if (luser == NULL) {
870 char* dirname = get_user_tmp_dir(luser);
891 if (luser != user) FREE_C_HEAP_ARRAY(char, luser, mtInternal);
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp846 const char* luser = NULL; local
874 luser = get_user_name(vmid, CHECK);
877 luser = user;
880 if (luser == NULL) {
885 char* dirname = get_user_tmp_dir(luser);
906 if (luser != user) FREE_C_HEAP_ARRAY(char, luser, mtInternal);
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp1587 const char* luser = NULL; local
1610 luser = get_user_name(vmid);
1613 luser = user;
1616 if (luser == NULL) {
1622 char* dirname = get_user_tmp_dir(luser);
1634 char* objectname = get_sharedmem_objectname(luser, vmid);
1647 if (luser != user) FREE_C_HEAP_ARRAY(char, luser, mtInternal);

Completed in 85 milliseconds