Searched refs:statvfs (Results 1 – 11 of 11) sorted by relevance
39 UnixNativeDispatcher.statvfs(path, attrs); in get()
503 static void statvfs(UnixPath path, UnixFileStoreAttributes attrs) in statvfs() method in UnixNativeDispatcher
328 @Override public StructStatVfs statvfs(String path) throws ErrnoException { in statvfs() method in BlockGuardOs330 return os.statvfs(path); in statvfs()
180 public StructStatVfs statvfs(String path) throws ErrnoException { return os.statvfs(path); } in statvfs() method in ForwardingOs
167 public StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method
254 public native StructStatVfs statvfs(String path) throws ErrnoException; in statvfs() method in Linux
254 final StructStatVfs statVfs = Os.statvfs(largeFile.getPath()); in testSkipOnLargeFiles()
554 …public static StructStatVfs statvfs(String path) throws ErrnoException { return Libcore.os.statvfs… in statvfs() method in Os
51 #define statvfs64 statvfs
53 #define statvfs64 statvfs
439 static jobject makeStructStatVfs(JNIEnv* env, const struct statvfs& sb) { in makeStructStatVfs()1156 struct statvfs sb; in Linux_fstatvfs()2267 struct statvfs sb; in Linux_statvfs()2268 int rc = TEMP_FAILURE_RETRY(statvfs(path.c_str(), &sb)); in Linux_statvfs()2491 NATIVE_METHOD(Linux, statvfs, "(Ljava/lang/String;)Landroid/system/StructStatVfs;"),