Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c6553 char zPwd[SQLITE_MAX_PATHLEN+2]; in unixFullPathname() local
6554 if( osGetcwd(zPwd, sizeof(zPwd)-2)==0 ){ in unixFullPathname()
6557 appendAllPathElements(&path, zPwd); in unixFullPathname()
H A Dtest1.c6317 const char *zPwd; in file_control_lockproxy_test() local
6320 zPwd = Tcl_GetStringFromObj(objv[2], &nPwd); in file_control_lockproxy_test()
6325 sqlite3_snprintf(sizeof(proxyPath), proxyPath, "%s/test.proxy", zPwd); in file_control_lockproxy_test()