Searched refs:stat64 (Results 1 - 13 of 13) 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/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp473 struct stat64 st;
474 RESTARTABLE(::stat64(fn, &st), ret);
478 RESTARTABLE(::stat64(fn, &st), ret);
H A Dos_linux.cpp4909 struct stat64 buf64;
4987 struct stat64 buf64;
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DSolarisVirtualMachine.c98 struct stat64 sb;
109 res = stat64(p, &sb);
H A DLinuxVirtualMachine.c353 struct stat64 sb;
364 res = stat64(p, &sb);
/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...]
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp614 struct stat64 st;
615 RESTARTABLE(::stat64(fn, &st), ret);
619 RESTARTABLE(::stat64(fn, &st), ret);
H A Dos_solaris.cpp5620 struct stat64 buf64;
5752 struct stat64 buf64;
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c145 struct stat64 sb;
156 res = stat64(path, &sb);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c145 struct stat64 sb;
156 res = stat64(path, &sb);

Completed in 90 milliseconds