Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/read-cmd-shim/
DREADME.md10 var readCmdShim = require('read-cmd-shim')
12 readCmdShim('/path/to/shim.cmd', function (er, destination) {
16 var destination = readCmdShim.sync('/path/to/shim.cmd')
19 ### readCmdShim(path, callback)
29 include a stack trace from where `readCmdShim` was called. Plus it can
35 ### readCmdShim.sync(path)
Dindex.js45 var readCmdShim = module.exports = function (path, cb) { variable
47 Error.captureStackTrace(er, readCmdShim)
/third_party/node/deps/npm/node_modules/gentle-fs/lib/
Dbin-link.js6 const readCmdShim = require('read-cmd-shim') constant
55 readCmdShim(to, (er, target) => {
Drm.js10 const readCmdShim = require('read-cmd-shim') constant
245 readCmdShim(path, function (er, source) {
/third_party/node/deps/npm/test/tap/
Dbin-overwriting.js6 const readCmdShim = require('read-cmd-shim') constant
8 const readBinCb = process.platform === 'win32' ? readCmdShim : readlink
/third_party/node/deps/npm/test/
Dcommon-tap.js6 var readCmdShim = require('read-cmd-shim') variable
212 return readCmdShim.sync(path)