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

/openjdk7/jdk/src/solaris/native/java/io/
H A DUnixFileSystem_md.c49 #define statvfs64 statvfs macro
433 struct statvfs64 fsstat;
435 if (statvfs64(path, &fsstat) == 0) {
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c53 #define statvfs64 statvfs macro
831 struct statvfs64 buf;
835 RESTARTABLE(statvfs64(path, &buf), err);

Completed in 55 milliseconds