Home
last modified time | relevance | path

Searched refs:appBundleContentPath (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-macos-app-sandbox.js19 const appBundleContentPath = path.join(appBundlePath, 'Contents'); constant
21 appBundleContentPath, 'MacOS', 'node');
30 fs.mkdirSync(appBundleContentPath);
31 fs.mkdirSync(path.join(appBundleContentPath, 'MacOS'));
34 path.join(appBundleContentPath, 'Info.plist'));