HomeSort by relevance Sort by last modified time
    Searched defs:readv (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-arm/syscalls/
readv.S 5 .type readv, #function
6 .globl readv
10 readv: label
  /bionic/libc/arch-x86/syscalls/
readv.S 5 .type readv, @function
6 .globl readv
9 readv: label
  /bionic/libc/arch-sh/syscalls/
readv.S 5 .type readv, @function
6 .globl readv
9 readv: label
  /system/core/libcutils/
uio.c 22 int readv( int fd, struct iovec* vecs, int count ) function
  /development/simulator/wrapsim/
FakeDev.h 48 Fake_readv readv; member in struct:FakeDev
Intercept.c 54 close(), ioctl(), mmap(), open()/open64(), read(), readv(), write(),
772 ssize_t readv(int fd, const struct iovec* vector, int count) function
778 return dev->readv(dev, fd, vector, count);
780 CALLTRACE("readv(%d, %p, %u)\n", fd, vector, count);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSFileSystem.java 107 public native long readv(int fd, int[] addresses, int[] offsets, int[] lengths, int size) method in class:OSFileSystem
IFileSystem.java 70 public long readv(int fileDescriptor, int[] addresses, int[] offsets, method in interface:IFileSystem
  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 174 public long readv(int fileDescriptor, int[] addresses, int[] offsets, method in class:BlockGuard.WrappedFileSystem
177 return mFileSystem.readv(fileDescriptor, addresses, offsets, lengths, size);
  /external/kernel-headers/original/linux/
fs.h 1074 ssize_t (*readv) (struct file *, const struct iovec *, unsigned long, loff_t *); member in struct:file_operations
    [all...]

Completed in 79 milliseconds