Home
last modified time | relevance | path

Searched refs:ts_getcwd (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c108 static char *ts_getcwd(char *zPath, size_t nPath);
137 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
262 static char *ts_getcwd(char *zPath, size_t nPath){ in ts_getcwd() function