Home
last modified time | relevance | path

Searched defs:pathext (Results 1 – 5 of 5) sorted by relevance

/third_party/node/benchmark/path/
Dbasename-win32.js6 pathext: [ property
21 function main({ n, pathext }) { field
Dbasename-posix.js6 pathext: [ property
21 function main({ n, pathext }) { field
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/
Dindex.js104 pathext: (options.env && findInObject(options.env, 'PATHEXT')) || process.env.PATHEXT, property
/third_party/typescript/src/compiler/
Dpath.ts657 …const pathext = extensions !== undefined && ignoreCase !== undefined ? getAnyExtensionFromPath(pat… constant
/third_party/python/PC/
Dlauncher.c927 wchar_t * pathext; in find_on_path() local