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

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 103 static int ts_pread64(int fd, void *aBuf, size_t nBuf, off_t off);
128 /* 10 */ { "pread64", (sqlite3_syscall_ptr)ts_pread64, 0, 0, 0 },
316 static int ts_pread64(int fd, void *aBuf, size_t nBuf, off_t off){ function

Completed in 192 milliseconds