Searched refs:testExecPath (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-module-loading-globalpaths.js | 23 let testExecPath; variable 25 testExecPath = path.join(prefixPath, path.basename(process.execPath)); 29 testExecPath = path.join(prefixBinPath, path.basename(process.execPath)); 32 fs.copyFileSync(process.execPath, testExecPath, COPYFILE_FICLONE); 33 fs.chmodSync(testExecPath, mode); 36 const child = child_process.execFileSync(testExecPath, 54 child_process.execFileSync(testExecPath, [ __filename, 'child' ], 100 const child = child_process.execFileSync(testExecPath,
|