Os.Fstatvfs(FileDescriptor) Method

Definition

[Android.Runtime.Register("fstatvfs", "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;", "")]
public static Android.Systems.StructStatVfs? Fstatvfs (Java.IO.FileDescriptor? fd);
[<Android.Runtime.Register("fstatvfs", "(Ljava/io/FileDescriptor;)Landroid/system/StructStatVfs;", "")>]
static member Fstatvfs : Java.IO.FileDescriptor -> Android.Systems.StructStatVfs

Parameters

Returns

Attributes

Exceptions

Remarks

See fstatvfs(2).

Java documentation for android.system.Os.fstatvfs(java.io.FileDescriptor).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to