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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4909 struct stat64 buf64; local
4910 int ret = ::fstat64(fd, &buf64);
4911 int st_mode = buf64.st_mode;
4987 struct stat64 buf64; local
4989 if (::fstat64(fd, &buf64) >= 0) {
4990 mode = buf64.st_mode;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5620 struct stat64 buf64; local
5621 int ret = ::fstat64(fd, &buf64);
5622 int st_mode = buf64.st_mode;
5752 struct stat64 buf64; local
5754 if (::fstat64(fd, &buf64) >= 0) {
5755 mode = buf64.st_mode;

Completed in 1731 milliseconds