Searched refs:posix_fallocate (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 265 …@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()
|
D | ForwardingOs.java | 170 …public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoException { o… in posix_fallocate() method in ForwardingOs
|
D | Os.java | 143 public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoException; in posix_fallocate() method
|
D | Linux.java | 137 …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/ |
D | FileInputStreamTest.java | 283 Os.posix_fallocate(fos.getFD(), 0, fileSize); in allocateEmptyFile()
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 433 …public static void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoExcept… in posix_fallocate() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2664 NATIVE_METHOD(Linux, posix_fallocate, "(Ljava/io/FileDescriptor;JJ)V"),
|