Searched refs:posix_fallocate64 (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | BackupHelpers_test.cpp | 41 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, fileSize)); in TEST_F() 54 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, fileSize)); in TEST_F()
|
/aosp12/bionic/libc/include/ |
H A D | fcntl.h | 223 …int __fd, off_t __offset, off_t __length) __RENAME_IF_FILE_OFFSET64(posix_fallocate64) __INTRODUCE… 225 int posix_fallocate64(int __fd, off64_t __offset, off64_t __length) __INTRODUCED_IN(21);
|
/aosp12/bionic/libc/bionic/ |
H A D | posix_fallocate.cpp | 38 int posix_fallocate64(int fd, off64_t offset, off64_t length) { in posix_fallocate64() function
|
/aosp12/bionic/tests/ |
H A D | fcntl_test.cpp | 122 ASSERT_EQ(EINVAL, posix_fallocate64(tf.fd, 0, -1)); in TEST() 146 ASSERT_EQ(0, posix_fallocate64(tf.fd, 0, 4)); in TEST()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 734 posix_fallocate64; # introduced=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 734 posix_fallocate64; # introduced=21
|