Lines Matching refs:path
31 const path = require('path');
221 const localRelative = path.relative(process.cwd(), `${tmpdir.path}/`);
224 return path.join(pipePrefix, pipeName);
487 path.join(__dirname, '..', '..', 'tools', 'node_modules', 'eslint'),
499 // If unix tools are in the path, they can shadow the one we want,
500 // so use the full path while executing whoami
501 const whoamiPath = path.join(process.env.SystemRoot,
845 let possiblePackage = path.join(dir, '..', 'package.json');
854 possiblePackage = path.join(possiblePackage, '..', '..', 'package.json');
1023 opensslCli = path.join(path.dirname(process.execPath), 'openssl-cli');