HomeSort by relevance Sort by last modified time
    Searched refs:pread64 (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 58 __off64_t __offset), pread64) __wur;
68 __wur __warnattr ("pread64 called with bigger length than size of "
106 pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) function
  /system/vold/bench/
benchgen.py 108 interesting = ["mmap2","read","write","pread64","pwrite64","fsync","fdatasync","openat","close","lseek","_llseek"]
227 elif e.call == "pread64":
  /art/runtime/base/unix_file/
fd_file.cc 194 int rc = TEMP_FAILURE_RETRY(pread64(fd_, buf, byte_count, offset));
  /bionic/libc/bionic/
fortify.cpp 179 __check_count("pread64", "count", count);
180 __check_buffer_access("pread64", "write into", count, buf_size);
181 return pread64(fd, buf, count, offset);
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 795 TEST(AddressSanitizer, pread64) {
796 READ_TEST(pread64(fd, x, 15, 0));
    [all...]
  /system/core/fs_mgr/
fs_mgr_verity.cpp 516 if (TEMP_FAILURE_RETRY(pread64(fd, &s, sizeof(s), offset)) != sizeof(s)) {
619 if (TEMP_FAILURE_RETRY(pread64(fd, prev, sizeof(prev),
  /system/extras/libfec/
fec_read.cpp 481 ssize_t n = TEMP_FAILURE_RETRY(pread64(f->fd, p, remaining, offset));
  /bionic/linker/
linker_phdr.cpp 191 ssize_t rc = TEMP_FAILURE_RETRY(pread64(fd_, &header_, sizeof(header_), file_offset_));
    [all...]
  /bionic/tests/
fortify_test.cpp 604 ASSERT_FORTIFY(pread64(fd, buf, ct, 0));
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 148 actual = pread64(data->dev, buf, size, location);
  /external/e2fsprogs/misc/
create_inode.c 418 got = pread64(fd, buf, COPY_FILE_BUFLEN, off);
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3860 LSS_INLINE ssize_t LSS_NAME(pread64)(int f, void *b, size_t c, loff_t o) { function
    [all...]
  /system/core/libziparchive/
zip_archive.cc     [all...]
  /external/valgrind/memcheck/tests/arm64-linux/
scalar.stderr.exp     [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /system/core/sdcard/
fuse.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Linux.cpp     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1294 milliseconds

1 2 3 45