Home
last modified time | relevance | path

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

/third_party/node/lib/
Dfs.js265 const nPath = pathModule.toNamespacedPath(path);
266 binding.access(nPath, F_OK, undefined, ctx);
272 binding.stat(nPath, false, undefined, ctx);
/third_party/sqlite/src/
Dshell.c8289 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
8377 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()
Dsqlite3.c40777 int nPath = sqlite3Strlen30(zPath);
40787 if( (iOff+nPath+1)>nOut ){
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch95438 - 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 ){