Home
last modified time | relevance | path

Searched defs:isWindows (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dutils.js1 const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32' function
/third_party/node/deps/npm/lib/utils/
Dis-windows.js1 const isWindows = process.platform === 'win32' constant
/third_party/node/deps/npm/node_modules/tar/lib/
Dget-write-flag.js10 const isWindows = platform === 'win32' constant
Dpath-reservations.js15 const isWindows = platform === 'win32' constant
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dman-target.js1 const isWindows = require('./is-windows.js') constant
Dbin-target.js1 const isWindows = require('./is-windows.js') constant
Dget-paths.js7 const isWindows = require('./is-windows.js') constant
Dlink-bins.js1 const isWindows = require('./is-windows.js') constant
Dcheck-bin.js3 const isWindows = require('./is-windows.js') constant
/third_party/node/benchmark/url/
Dwhatwgurl-to-and-from-path.js4 const isWindows = process.platform === 'win32'; constant
/third_party/node/benchmark/child_process/
Dchild-process-exec-stdout.js4 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/npm/node_modules/which/lib/
Dindex.js4 const isWindows = process.platform === 'win32' constant
/third_party/node/deps/npm/node_modules/cross-spawn/node_modules/which/
Dwhich.js1 const isWindows = process.platform === 'win32' || constant
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/definitions/
Ddefinitions.js10 const isWindows = process.platform === 'win32' constant
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/which/
Dwhich.js1 const isWindows = process.platform === 'win32' || constant
/third_party/node/lib/internal/
Dconstants.js3 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/npm/node_modules/fs.realpath/
Dold.js23 var isWindows = process.platform === 'win32'; variable
/third_party/node/deps/npm/node_modules/rimraf/
Drimraf.js19 const isWindows = (process.platform === "win32") constant
/third_party/node/lib/internal/fs/
Drimraf.js37 const isWindows = process.platform === 'win32'; constant
/third_party/node/lib/internal/modules/esm/
Dtranslators.js146 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/minimatch/src/dist/mjs/
Dindex.d.ts67 isWindows: boolean; property in Minimatch
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.d.ts67 isWindows: boolean; property in Minimatch
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
Dnpa.js15 const isWindows = process.platform === 'win32' || global.FAKE_WINDOWS constant
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Dindex.js18 const isWindows = require('./is-windows.js') constant
/third_party/node/lib/
Dos.js36 const isWindows = process.platform === 'win32'; constant

12