Searched defs:pathExt (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/npm/node_modules/which/lib/ |
| D | index.js | 34 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/ |
| D | which.js | 29 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/ |
| D | resolveCommand.js | 29 pathExt: withoutPathExt ? path.delimiter : undefined, 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
|