Lines Matching refs:path
22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
94 const configDirPath = path.join(
95 tmpdir.path,
98 const tmpPolicyPath = path.join(
99 tmpdir.path,
109 const manifestPath = path.join(configDirPath, policyPath);
113 const filePath = path.join(configDirPath, resourcePath);
197 const enoentFilepath = path.join(tmpdir.path, 'enoent');
216 * @param {object} path
219 function permutations(configurations, path = {}) {
222 return path;
227 return permutations(otherConfigs, { ...path, [config]: value });