/aosp12/system/extras/tests/pagingtest/ |
H A D | pageinout_test.c | 50 posix_fadvise(fd, 0, file_size, POSIX_FADV_RANDOM); in pageinout_test() 73 posix_fadvise(fd, 0, file_size, POSIX_FADV_DONTNEED); in pageinout_test()
|
H A D | thrashing_test.c | 52 posix_fadvise(fds[i], 0, filesize, POSIX_FADV_RANDOM); in thrashing_test()
|
H A D | pagingtest.c | 79 rc = posix_fadvise(fd, 0, size, POSIX_FADV_DONTNEED); in create_tmp_file()
|
/aosp12/bionic/tests/ |
H A D | fcntl_test.cpp | 83 TEST(fcntl, posix_fadvise) { in TEST() argument 87 EXPECT_EQ(EBADF, posix_fadvise(-1, 0, 0, POSIX_FADV_NORMAL)); in TEST() 93 EXPECT_EQ(EINVAL, posix_fadvise(tf.fd, 0, 0, -1)); in TEST() 99 EXPECT_EQ(0, posix_fadvise(tf.fd, 0, 0, POSIX_FADV_NORMAL)); in TEST()
|
/aosp12/bionic/libc/bionic/ |
H A D | posix_fadvise.cpp | 37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) { in posix_fadvise() function
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpFfsCompatHandle.cpp | 179 posix_fadvise(mfr.fd, 0, 0, POSIX_FADV_SEQUENTIAL | POSIX_FADV_NOREUSE); in receiveFile() 261 posix_fadvise(mfr.fd, 0, 0, POSIX_FADV_SEQUENTIAL | POSIX_FADV_NOREUSE); in sendFile()
|
H A D | MtpFfsHandle.cpp | 121 if (posix_fadvise(fd, 0, 0, in advise()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | fcntl_h.c | 118 FUNCTION(posix_fadvise, int (*f)(int, off_t, off_t, int)); in fcntl_h()
|
/aosp12/bionic/libc/include/ |
H A D | fcntl.h | 211 int posix_fadvise(int __fd, off_t __offset, off_t __length, int __advice) __RENAME_IF_FILE_OFFSET64…
|
/aosp12/system/extras/ioshark/ |
H A D | ioshark_bench_subr.c | 136 if (posix_fadvise(db_node->fd, 0, 0, in files_db_fsync_discard_files() 299 if ((errno = posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED)) != 0) { in create_file()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | file_sync_service.cpp | 396 int rc = posix_fadvise(fd.get(), 0, 0, in handle_send_file() 641 int rc = posix_fadvise(fd.get(), 0, 0, POSIX_FADV_SEQUENTIAL | POSIX_FADV_NOREUSE); in recv_impl()
|
/aosp12/system/iorap/src/prefetcher/ |
H A D | session.cc | 228 if (posix_fadvise(entry_fd, offset, length, POSIX_FADV_WILLNEED) != 0) { in ReadAhead()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 628 posix_fadvise
|
/aosp12/packages/modules/adb/client/ |
H A D | adb_install.cpp | 211 posix_fadvise(local_fd.get(), 0, 0, POSIX_FADV_SEQUENTIAL | POSIX_FADV_NOREUSE); in install_app_streamed()
|
/aosp12/bionic/docs/ |
H A D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/aosp12/system/core/init/ |
H A D | builtins.cpp | 920 if (posix_fadvise(fd, 0, 0, POSIX_FADV_WILLNEED)) { in readahead_file()
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 185 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
|
H A D | libc.map.txt | 731 posix_fadvise; # introduced=21
|
H A D | Android.bp | 1117 "bionic/posix_fadvise.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 731 posix_fadvise; # introduced=21
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.cpp | 176 posix_fadvise(size->second, 0, 0, POSIX_FADV_DONTNEED); in RecordImpl()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_012.S | 1971 CALL(posix_fadvise)
|