Searched defs:pathExt (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/which/ |
D | which.js | 82 isexe(p + ext, { pathExt: pathExtExe }, function (er, is) { property 117 is = isexe.sync(cur, { pathExt: pathExtExe }) property
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/util/ |
D | resolveCommand.js | 23 which.sync(command, { pathExt: path.delimiter + (process.env.PATHEXT || '') }); property
|
/third_party/node/deps/npm/node_modules/isexe/test/ |
D | basic.js | 94 runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) property 103 runTest(t, { pathExt: '', skipFail: true }) property 108 runTest(t, { pathExt: ';' + pathExt, skipFail: true }) property
|
/third_party/node/deps/npm/node_modules/npm-lifecycle/ |
D | index.js | 185 foundExecPath = which.sync(path.basename(process.execPath), { pathExt: isWindows ? ';' : ':' }) property
|