Searched refs:policyFilepath (Results 1 – 3 of 3) sorted by relevance
/third_party/node/test/parallel/ |
D | test-policy-manifest.js | 17 const policyFilepath = fixtures.path('policy-manifest', 'invalid.json'); constant 20 policyFilepath, 32 const policyFilepath = tmpdir.resolve('file with % in its name.json'); constant 33 cpSync(fixtures.path('policy-manifest', 'invalid.json'), policyFilepath); 36 policyFilepath, 44 rmSync(policyFilepath); 48 const policyFilepath = fixtures.path('policy-manifest', 'onerror-exit.json'); constant 51 policyFilepath, 63 const policyFilepath = fixtures.path('policy-manifest', 'onerror-exit.json'); constant 67 policyFilepath, [all …]
|
D | test-policy-parse-integrity.js | 27 const policyFilepath = path.join(tmpdirPath, 'policy'); constant 66 fs.writeFileSync(policyFilepath, JSON.stringify(manifest, null, 2)); 69 policyFilepath,
|
/third_party/node/test/node-api/test_policy/ |
D | test_policy.js | 22 const policyFilepath = path.join(tmpdir.path, 'policy'); constant 33 fs.writeFileSync(policyFilepath, JSON.stringify(manifest, null, 2)); 41 policyFilepath,
|