OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_pwrite64
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_syscall.c
106
static int
ts_pwrite64
(int fd, const void *aBuf, size_t nBuf, off_t off);
131
/* 13 */ { "pwrite64", (sqlite3_syscall_ptr)
ts_pwrite64
, 0, 0, 0 },
346
static int
ts_pwrite64
(int fd, const void *aBuf, size_t nBuf, off_t off){
function
Completed in 70 milliseconds