Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/lib/utils/
Dis-windows-bash.js2 var isWindows = require('./is-windows.js') variable
Dis-windows-shell.js2 var isWindows = require('./is-windows.js') variable
Descape-arg.js3 var isWindows = require('./is-windows.js') variable
Descape-exec-path.js3 var isWindows = require('./is-windows.js') variable
/third_party/node/deps/npm/lib/install/
Dis-fs-access-available.js4 var isWindows = process.platform === 'win32' variable
Dupdate-package-json.js7 var isWindows = require('../utils/is-windows.js') variable
/third_party/node/deps/npm/node_modules/os-tmpdir/
Dindex.js2 var isWindows = process.platform === 'win32'; variable
/third_party/node/benchmark/child_process/
Dchild-process-exec-stdout.js4 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/npm/node_modules/path-parse/
Dindex.js3 var isWindows = process.platform === 'win32'; variable
/third_party/node/deps/npm/lib/
Dexplore.js12 var isWindows = require('./utils/is-windows.js') variable
Dfetch-package-metadata.js17 const isWindows = require('./utils/is-windows.js') constant
/third_party/node/deps/npm/node_modules/tar/lib/
Dpath-reservations.js15 const isWindows = platform === 'win32' constant
/third_party/node/deps/npm/node_modules/osenv/
Dosenv.js1 var isWindows = process.platform === 'win32' variable
/third_party/node/deps/npm/node_modules/which/
Dwhich.js4 var isWindows = process.platform === 'win32' || variable
/third_party/node/deps/npm/test/tap/
Dgently-rm-linked-module.js11 var isWindows = require('../../lib/utils/is-windows.js') variable
Dgently-rm-symlinked-global-dir.js8 var isWindows = require('../../lib/utils/is-windows.js') variable
Dlifecycle-path.js10 var isWindows = require('../../lib/utils/is-windows.js') variable
/third_party/node/deps/npm/node_modules/fs.realpath/
Dold.js23 var isWindows = process.platform === 'win32'; variable
/third_party/node/lib/internal/
Dconstants.js3 const isWindows = process.platform === 'win32'; constant
/third_party/node/lib/internal/fs/
Drimraf.js36 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/npm/node_modules/npm-package-arg/
Dnpa.js17 const isWindows = process.platform === 'win32' || global.FAKE_WINDOWS constant
/third_party/node/lib/internal/modules/esm/
Dtranslators.js180 const isWindows = process.platform === 'win32'; constant
/third_party/node/deps/npm/test/
Dcommon-tap.js7 var isWindows = require('../lib/utils/is-windows.js') variable
/third_party/typescript/scripts/build/
Dutils.js16 const isWindows = /^win/.test(process.platform); constant
/third_party/node/deps/npm/node_modules/rimraf/
Drimraf.js23 var isWindows = (process.platform === "win32") variable

12