Searched refs:StructStatVfs (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | StructStatVfs.java | 24 public final class StructStatVfs { class 61 public StructStatVfs(long f_bsize, long f_frsize, long f_blocks, long f_bfree, long f_bavail, in StructStatVfs() method in StructStatVfs
|
D | Os.java | 197 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.… in fstatvfs() 909 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileInputStreamTest.java | 22 import android.system.StructStatVfs; 255 final StructStatVfs statVfs = Os.statvfs(largeFile.getPath()); in testSkipOnLargeFiles()
|
/libcore/luni/src/main/java/libcore/io/ |
D | Os.java | 36 import android.system.StructStatVfs; 206 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() 707 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs()
|
D | Linux.java | 34 import android.system.StructStatVfs; 83 public native StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() 264 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs()
|
D | BlockGuardOs.java | 29 import android.system.StructStatVfs; 199 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() 425 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs()
|
D | ForwardingOs.java | 36 import android.system.StructStatVfs; 266 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() 852 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs()
|
/libcore/ |
D | non_openjdk_java_files.bp | 163 "luni/src/main/java/android/system/StructStatVfs.java",
|
/libcore/api/ |
D | current.txt | 57 …method public static android.system.StructStatVfs fstatvfs(java.io.FileDescriptor) throws android.… 130 …method public static android.system.StructStatVfs statvfs(String) throws android.system.ErrnoExcep… 718 public final class StructStatVfs { 719 ctor public StructStatVfs(long, long, long, long, long, long, long, long, long, long, long);
|