Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java282 Os.posix_fallocate(fos.getFD(), 0, fileSize); in allocateEmptyFile()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java287 …@Override public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoExc… in posix_fallocate() method in BlockGuardOs
289 super.posix_fallocate(fd, offset, length); in posix_fallocate()
DForwardingOs.java578 …public void posix_fallocate(FileDescriptor fd, long offset, long length) throws ErrnoException { o… in posix_fallocate() method in ForwardingOs
DOs.java482 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/main/java/android/system/
DOs.java536 …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.cpp2848 NATIVE_METHOD(Linux, posix_fallocate, "(Ljava/io/FileDescriptor;JJ)V"),
/libcore/api/
Dcurrent.txt96 …method public static void posix_fallocate(java.io.FileDescriptor, long, long) throws android.syste…