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 | 199 …public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.… in fstatvfs() 924 …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; 207 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException; in fstatvfs() 708 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; 198 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { in fstatvfs() 424 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs()
|
D | ForwardingOs.java | 36 import android.system.StructStatVfs; 269 … public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } in fstatvfs() 859 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs()
|
/libcore/ |
D | non_openjdk_java_files.bp | 152 "luni/src/main/java/android/system/StructStatVfs.java",
|
/libcore/api/ |
D | current.txt | 37 …method public static android.system.StructStatVfs fstatvfs(java.io.FileDescriptor) throws android.… 110 …method public static android.system.StructStatVfs statvfs(String) throws android.system.ErrnoExcep… 691 public final class StructStatVfs { 692 ctor public StructStatVfs(long, long, long, long, long, long, long, long, long, long, long);
|