Home
last modified time | relevance | path

Searched refs:nPath (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/
H A Dfs.js302 const nPath = pathModule.toNamespacedPath(path);
303 binding.access(nPath, F_OK, undefined, ctx);
309 binding.stat(nPath, false, undefined, ctx);
/third_party/sqlite/src/
H A Dshell.c8398 int nPath = 0; /* strlen(zPath) */ in zipfileUpdate() local
8486 nPath = (int)strlen(zPath); in zipfileUpdate()
8495 if( nPath<=0 || zPath[nPath-1]!='/' ){ in zipfileUpdate()
8500 nPath = 0; in zipfileUpdate()
8502 nPath = (int)strlen(zPath); in zipfileUpdate()
8512 if( zipfileComparePath(p->cds.zFile, zPath, nPath)==0 ){ in zipfileUpdate()
8548 pNew->cds.nFile = (u16)nPath; in zipfileUpdate()
H A Dsqlite3.c36695 size_t nPath; kvvfsFullPathname() local
43365 int nPath = sqlite3Strlen30(zPath); mkFullPathname() local
[all...]

Completed in 158 milliseconds