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

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp522 const char* tmpdirname = os::get_temp_directory(); local
525 DIR* tmpdirp = os::opendir(tmpdirname);
538 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
548 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
549 strcpy(usrdir_name, tmpdirname);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp522 const char* tmpdirname = os::get_temp_directory(); local
525 DIR* tmpdirp = os::opendir(tmpdirname);
538 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
548 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
549 strcpy(usrdir_name, tmpdirname);
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp307 const char* tmpdirname = os::get_temp_directory(); local
309 DIR* tmpdirp = os::opendir(tmpdirname);
321 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
331 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
332 strcpy(usrdir_name, tmpdirname);
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp510 const char* tmpdirname = os::get_temp_directory(); local
513 DIR* tmpdirp = os::opendir(tmpdirname);
526 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
536 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
537 strcpy(usrdir_name, tmpdirname);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp606 const char* tmpdirname = os::get_temp_directory(); local
608 DIR* tmpdirp = os::opendir(tmpdirname);
620 char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal);
630 strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal);
631 strcpy(usrdir_name, tmpdirname);

Completed in 109 milliseconds