Lines Matching refs:path
22 const path = require('path');
69 common.requireNoPackageJSONAbove(tmpdir.path);
95 const configDirPath = path.join(
96 tmpdir.path,
99 const tmpPolicyPath = path.join(
100 tmpdir.path,
110 const manifestPath = path.join(configDirPath, policyPath);
114 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 });