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

/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp299 struct stat orig_st; local
308 RESTARTABLE(::lstat(path, &orig_st), result);
325 if ((orig_st.st_mode & S_IFMT) == S_IFLNK) {
353 if (orig_st.st_dev != new_st.st_dev || orig_st.st_ino != new_st.st_ino) {

Completed in 43 milliseconds