Searched refs:posix_fallocate (Results 1 – 14 of 14) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | posix_fallocate.cpp | 33 int posix_fallocate(int fd, off_t offset, off_t length) { in posix_fallocate() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | fcntl_h.c | 119 FUNCTION(posix_fallocate, int (*f)(int, off_t, off_t)); in fcntl_h()
|
/aosp12/bionic/libc/include/ |
H A D | fcntl.h | 223 int posix_fallocate(int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallo…
|
/aosp12/bionic/tests/ |
H A D | fcntl_test.cpp | 118 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 D | posix-2013.txt | 629 posix_fallocate
|
/aosp12/bionic/docs/ |
H A D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 2423 Os.posix_fallocate(fd, 0, bytes); in allocateBytes()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 733 posix_fallocate; # introduced=21
|
H A D | Android.bp | 1118 "bionic/posix_fallocate.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 733 posix_fallocate; # introduced=21
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 8106 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 30714 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 D | android-22.txt | 27593 …method public static void posix_fallocate(java.io.FileDescriptor, long, long) throws android.syste…
|