tPath            32111 ext/sqlite3/libsqlite/sqlite3.c   char tPath[MAXPATHLEN];
tPath            32122 ext/sqlite3/libsqlite/sqlite3.c   pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
tPath            32124 ext/sqlite3/libsqlite/sqlite3.c      (strlcpy(&tPath[pathLen-5], "break", 6) != 5) ){
tPath            32135 ext/sqlite3/libsqlite/sqlite3.c   fd = robust_open(tPath, (O_RDWR|O_CREAT|O_EXCL), 0);
tPath            32144 ext/sqlite3/libsqlite/sqlite3.c   if( rename(tPath, cPath) ){
tPath            32157 ext/sqlite3/libsqlite/sqlite3.c       osUnlink(tPath);