Searched refs:ts_getcwd (Results 1 – 1 of 1) sorted by relevance
108 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