Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c45566 char zPwd[SQLITE_MAX_PATHLEN+2]; in unixFullPathname() local
45567 if( osGetcwd(zPwd, sizeof(zPwd)-2)==0 ){ in unixFullPathname()
45570 appendAllPathElements(&path, zPwd); in unixFullPathname()