Home
last modified time | relevance | path

Searched refs:posix_fallocate (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java265 …@Override public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoExc… in posix_fallocate() method in BlockGuardOs
267 super.posix_fallocate(fd, offset, length); in posix_fallocate()
DForwardingOs.java170 …public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoException { o… in posix_fallocate() method in ForwardingOs
DOs.java143 public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoException; in posix_fallocate() method
DLinux.java137 …public native void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoExcept… in posix_fallocate() method in Linux
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java283 Os.posix_fallocate(fos.getFD(), 0, fileSize); in allocateEmptyFile()
/libcore/luni/src/main/java/android/system/
DOs.java433 …public static void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoExcept… in posix_fallocate() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2664 NATIVE_METHOD(Linux, posix_fallocate, "(Ljava/io/FileDescriptor;JJ)V"),