Home | History | Annotate | Download | only in sqlite

Lines Matching full:zname

201    if( memcmp(pVfs->zName,"unix-excl",10)==0 ){
285 }else if( !zName ){
286 /* If zName is NULL, the upper layer is requesting a temp file. */
294 zPath = zName;
296 - unlink(zName);
297 + osUnlink(zName);
599 if( memcmp(pVfs->zName,"unix-excl",10)==0 ){
683 }else if( !zName ){
684 /* If zName is NULL, the upper layer is requesting a temp file. */
692 zPath = zName;
694 - unlink(zName);
695 + osUnlink(zName);