Searched refs:isWin (Results 1 – 6 of 6) sorted by relevance
3 var isWin = process.platform === 'win32'; variable21 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);
9 var isWin = process.platform === 'win32'; variable21 if (!isWin) {67 if (isWin) {
31 var stream = writeStream(target, { isWin: true }) property81 var stream = writeStream(target2, { isWin: true }) property132 var stream = writeStream(target3, { isWin: true }) property
141 var isWin = process.platform === 'win32'142 , homePattern = isWin ? /^~(\/|\\)/ : /^~\//
40 …this.__isWin = options && options.hasOwnProperty('isWin') ? options.isWin : process.platform === '…
41642 + if (!Host.Platform.isWin()) {41669 + if (!Host.Platform.isWin()) {41701 + if (!Host.Platform.isWin()) {