Os.Posix_fallocate(FileDescriptor, Int64, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See posix_fallocate(3).
[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.