OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_access
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_syscall.c
95
static int
ts_access
(const char *zPath, int mode);
120
/* 2 */ { "access", (sqlite3_syscall_ptr)
ts_access
, 0, 0, 0 },
232
static int
ts_access
(const char *zPath, int mode){
function
Completed in 45 milliseconds