Os.Posix_fallocate(FileDescriptor, Int64, Int64) Method

Definition

[Android.Runtime.Register("posix_fallocate", "(Ljava/io/FileDescriptor;JJ)V", "")]
public static void Posix_fallocate (Java.IO.FileDescriptor? fd, long offset, long length);
[<Android.Runtime.Register("posix_fallocate", "(Ljava/io/FileDescriptor;JJ)V", "")>]
static member Posix_fallocate : Java.IO.FileDescriptor * int64 * int64 -> unit

Parameters

offset
Int64
length
Int64
Attributes

Exceptions

Remarks

See posix_fallocate(3).

Java documentation for android.system.Os.posix_fallocate(java.io.FileDescriptor, long, long).

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