Searched refs:nPath (Results 1 – 4 of 4) sorted by relevance
265 const nPath = pathModule.toNamespacedPath(path);266 binding.access(nPath, F_OK, undefined, ctx);272 binding.stat(nPath, false, undefined, ctx);
8289 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local8377 nPath = (int)strlen(zPath); in zipfileUpdate()8386 if( nPath<=0 || zPath[nPath-1]!='/' ){ in zipfileUpdate()8391 nPath = 0; in zipfileUpdate()8393 nPath = (int)strlen(zPath); in zipfileUpdate()8403 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){ in zipfileUpdate()8439 pNew->cds.nFile = (u16)nPath; in zipfileUpdate()
40777 int nPath = sqlite3Strlen30(zPath);40787 if( (iOff+nPath+1)>nOut ){
95438 - int nPath = sqlite3Strlen30(zPath);95460 - if( (iOff+nPath+1)>nOut ){133079 - int nPath = sqlite3Strlen30(zPath);133101 - if( (iOff+nPath+1)>nOut ){167806 - int nPath = sqlite3Strlen30(zPath);167828 - if( (iOff+nPath+1)>nOut ){