Lines Matching refs:path
22 const path = require('path');
64 const path = require('path');
78 const w = new Worker(path.resolve(process.env.PARENT_FILE));
87 common.requireNoPackageJSONAbove(tmpdir.path);
112 const configDirPath = path.join(
113 tmpdir.path,
116 const tmpPolicyPath = path.join(
117 tmpdir.path,
127 const manifestPath = path.join(configDirPath, policyPath);
131 const filePath = path.join(configDirPath, resourcePath);
214 const enoentFilepath = path.join(tmpdir.path, 'enoent');
233 * @param {object} path
236 function permutations(configurations, path = {}) {
239 return path;
244 return permutations(otherConfigs, { ...path, [config]: value });