Home
last modified time | relevance | path

Searched defs:pathExt (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/which/
Dwhich.js82 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/
DresolveCommand.js23 which.sync(command, { pathExt: path.delimiter + (process.env.PATHEXT || '') }); property
/third_party/node/deps/npm/node_modules/isexe/test/
Dbasic.js94 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/
Dindex.js185 foundExecPath = which.sync(path.basename(process.execPath), { pathExt: isWindows ? ';' : ':' }) property