Home
last modified time | relevance | path

Searched refs:isWin (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/cross-spawn/lib/
Denoent.js3 var isWin = process.platform === 'win32'; variable
21 if (!isWin) {
45 if (isWin && status === 1 && !parsed.file) {
53 if (isWin && status === 1 && !parsed.file) {
60 parsed.file = isWin ? parsed.file : resolveCommand(parsed.original);
Dparse.js9 var isWin = process.platform === 'win32'; variable
21 if (!isWin) {
67 if (isWin) {
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/test/
Drename-eperm.js31 var stream = writeStream(target, { isWin: true }) property
81 var stream = writeStream(target2, { isWin: true }) property
132 var stream = writeStream(target3, { isWin: true }) property
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt.js141 var isWin = process.platform === 'win32'
142 , homePattern = isWin ? /^~(\/|\\)/ : /^~\//
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/
Dindex.js40 …this.__isWin = options && options.hasOwnProperty('isWin') ? options.isWin : process.platform === '…
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch41642 + if (!Host.Platform.isWin()) {
41669 + if (!Host.Platform.isWin()) {
41701 + if (!Host.Platform.isWin()) {