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/lib/
Dindex.js34 const pathExt = pathExtExe.split(optDelimiter).flatMap((item) => [item, item.toLowerCase()]) constant
59 const is = await isexe(withExt, { pathExt: pathExtExe, ignoreErrors: true }) property
89 const is = isexeSync(withExt, { pathExt: pathExtExe, ignoreErrors: true }) property
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/
Dwhich.js29 const pathExt = isWindows ? pathExtExe.split(colon) : [''] constant
73 isexe(p + ext, { pathExt: pathExtExe }, (er, is) => { property
104 const is = isexe.sync(cur, { pathExt: pathExtExe }) property
/third_party/node/deps/npm/node_modules/cross-spawn/lib/util/
DresolveCommand.js29 pathExt: withoutPathExt ? path.delimiter : undefined, 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