Searched defs:fstat64 (Results 1 - 3 of 3) 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);

Completed in 26 milliseconds