Searched defs:stat64 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/management/
H A DFileSystemImpl.c34 #define stat64 stat macro
49 struct stat64 sb;
50 if (stat64(path, &sb) == 0) {
53 JNU_ThrowIOExceptionWithLastError(env, "stat64 failed");
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileKey.c34 #define stat64 stat macro
54 struct stat64 fbuf;
H A DFileDispatcherImpl.c41 #define stat64 stat macro
167 struct stat64 fbuf;
/openjdk7/jdk/src/solaris/native/java/io/
H A DUnixFileSystem_md.c48 #define stat64 stat macro
101 struct stat64 sb;
102 if (stat64(path, &sb) == 0) {
209 struct stat64 sb;
210 if (stat64(path, &sb) == 0) {
225 struct stat64 sb;
226 if (stat64(path, &sb) == 0) {
387 struct stat64 sb;
389 if (stat64(path, &sb) == 0) {
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c52 #define stat64 stat macro
112 typedef int fstatat64_func(int, const char *, struct stat64 *, int);
132 struct stat64 *statbuf, int flag)
144 struct stat64 *statbuf, int flag)
387 * Copy stat64 members into sun.nio.fs.UnixFileAttributes
389 static void prepAttributes(JNIEnv* env, struct stat64* buf, jobject attrs) {
408 struct stat64 buf;
411 RESTARTABLE(stat64(path, &buf), err);
424 struct stat64 buf;
440 struct stat64 bu
[all...]

Completed in 49 milliseconds