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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileKey.c36 #define fstat64 fstat macro
57 RESTARTABLE(fstat64(fdval(env, fdo), &fbuf), res);
59 JNU_ThrowIOExceptionWithLastError(env, "fstat64 failed");
H A DFileDispatcherImpl.c50 #define fstat64 fstat macro
169 if (fstat64(fdval(env, fdo), &fbuf) < 0)
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c56 #define fstat64 fstat macro
442 RESTARTABLE(fstat64((int)fd, &buf), err);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4910 int ret = ::fstat64(fd, &buf64);
4989 if (::fstat64(fd, &buf64) >= 0) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5621 int ret = ::fstat64(fd, &buf64);
5754 if (::fstat64(fd, &buf64) >= 0) {

Completed in 87 milliseconds