Searched refs:zPwd (Results 1 – 2 of 2) sorted by relevance
6553 char zPwd[SQLITE_MAX_PATHLEN+2]; in unixFullPathname() local6554 if( osGetcwd(zPwd, sizeof(zPwd)-2)==0 ){ in unixFullPathname()6557 appendAllPathElements(&path, zPwd); in unixFullPathname()
6317 const char *zPwd; in file_control_lockproxy_test() local6320 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()