Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dposix_fallocate.cpp33 int posix_fallocate(int fd, off_t offset, off_t length) { in posix_fallocate() function
/aosp12/bionic/tests/headers/posix/
H A Dfcntl_h.c119 FUNCTION(posix_fallocate, int (*f)(int, off_t, off_t)); in fcntl_h()
/aosp12/bionic/libc/include/
H A Dfcntl.h223 int posix_fallocate(int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallo…
/aosp12/bionic/tests/
H A Dfcntl_test.cpp118 ASSERT_EQ(EINVAL, posix_fallocate(tf.fd, 0, -1)); in TEST()
142 ASSERT_EQ(0, posix_fallocate(tf.fd, 0, 3)); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt629 posix_fallocate
/aosp12/bionic/docs/
H A Dstatus.md178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java2423 Os.posix_fallocate(fd, 0, bytes); in allocateBytes()
/aosp12/bionic/libc/
H A Dlibc.map.txt733 posix_fallocate; # introduced=21
H A DAndroid.bp1118 "bionic/posix_fallocate.cpp",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt733 posix_fallocate; # introduced=21
/aosp12/art/build/boot/
H A Dboot-image-profile.txt8106 HSPLlibcore/io/BlockGuardOs;->posix_fallocate(Ljava/io/FileDescriptor;JJ)V+]Ldalvik/system/BlockGua…
8170 HSPLlibcore/io/ForwardingOs;->posix_fallocate(Ljava/io/FileDescriptor;JJ)V+]Llibcore/io/Os;Llibcore…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt30714 HSPLlibcore/io/BlockGuardOs;->posix_fallocate(Ljava/io/FileDescriptor;JJ)V+]Ldalvik/system/BlockGua…
30778 HSPLlibcore/io/ForwardingOs;->posix_fallocate(Ljava/io/FileDescriptor;JJ)V+]Llibcore/io/Os;Llibcore…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27593 …method public static void posix_fallocate(java.io.FileDescriptor, long, long) throws android.syste…