Lines Matching full:path
12 const path = require('path');
20 const appBundlePath = path.join(tmpdir.path, 'node_sandboxed.app');
21 const appBundleContentPath = path.join(appBundlePath, 'Contents');
22 const appExecutablePath = path.join(
33 fs.mkdirSync(path.join(appBundleContentPath, 'MacOS'));
35 fixtures.path('macos-app-sandbox', 'Info.plist'),
36 path.join(appBundleContentPath, 'Info.plist'));
45 '--entitlements', fixtures.path(