Searched refs:statvfs (Results 1 – 12 of 12) sorted by relevance
39 UnixNativeDispatcher.statvfs(path, attrs); in get()
536 static void statvfs(UnixPath path, UnixFileStoreAttributes attrs) in statvfs() method in UnixNativeDispatcher
255 final StructStatVfs statVfs = Os.statvfs(largeFile.getPath()); in testSkipOnLargeFiles()
425 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs() method in BlockGuardOs428 return super.statvfs(path); in statvfs()
852 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs() method in ForwardingOs
707 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method
264 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method in Linux
909 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs() method in Os
76 #define statvfs64 statvfs
55 #define statvfs64 statvfs
509 static jobject makeStructStatVfs(JNIEnv* env, const struct statvfs& sb) { in makeStructStatVfs()1344 struct statvfs sb; in Linux_fstatvfs()2648 struct statvfs sb; in Linux_statvfs()2649 int rc = TEMP_FAILURE_RETRY(statvfs(path.c_str(), &sb)); in Linux_statvfs()2887 NATIVE_METHOD(Linux, statvfs, "(Ljava/lang/String;)Landroid/system/StructStatVfs;"),
130 …method public static android.system.StructStatVfs statvfs(String) throws android.system.ErrnoExcep…