HomeSort by relevance Sort by last modified time
    Searched full:ts_pread (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 102 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off);
127 /* 9 */ { "pread", (sqlite3_syscall_ptr)ts_pread, 0, 0, 0 },
306 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off){ function

Completed in 158 milliseconds