/third_party/node/test/parallel/ |
H A D | test-source-map-enable.js | 25 const output = spawnSync(process.execPath, [ 40 const output = spawnSync(process.execPath, [ 57 const output = spawnSync(process.execPath, [ 68 const output = spawnSync(process.execPath, [ 80 const output = spawnSync(process.execPath, [ 101 const output = spawnSync(process.execPath, [ 122 const output = spawnSync(process.execPath, [ 138 const output = spawnSync(process.execPath, [ 154 const output = spawnSync(process.execPath, [ 169 const output = spawnSync(process.execPath, [ [all...] |
H A D | test-child-process-execfile.js | 17 process.execPath, 22 `Command failed: ${process.execPath} ${fixture} 42`); 30 const errorString = `Error: Command failed: ${process.execPath}`; 37 assert.strictEqual(err.cmd, process.execPath); 41 const child = execFile(process.execPath, callback); 49 execFile(process.execPath, [fixture, 0], execOpts, common.mustSucceed()); 63 execFile(process.execPath, [echoFixture, 0], { signal }, check); 80 execFile(process.execPath, [echoFixture, 0], { signal }, check); 89 execFile(process.execPath, [echoFixture, 0], { signal: 'hello' }, callback); 101 execFile(process.execPath, [fixtur [all...] |
H A D | test-child-process-execfile-maxbuf.js | 17 process.execPath, 26 process.execPath, 39 process.execPath, 57 process.execPath, 65 process.execPath, 74 process.execPath, 85 process.execPath,
|
H A D | test-vfs.js | 24 const vfsDirectory = join(process.execPath, 'directory'); 25 const vfsDoesNotExist = join(process.execPath, 'does-not-exist'); 26 const vfsFile = join(process.execPath, 'file.js'); 44 if (!filename.startsWith(process.execPath)) { 48 if (filename === process.execPath) { 65 if (!pathArgument.startsWith(process.execPath)) { 86 strictEqual(Module._stat(process.execPath), 1);
|
H A D | test-child-process-execFile-promisified-abortController.js | 20 const promise = promisified(process.execPath, [echoFixture, 0], { signal }); 35 promisified(process.execPath, [echoFixture, 0], { signal }), 45 promisified(process.execPath, [echoFixture, 0], { signal }); 54 promisified(process.execPath, [echoFixture, 0], { signal });
|
H A D | test-runner-coverage.js | 75 const result = spawnSync(process.execPath, args); 89 const result = spawnSync(process.execPath, args, options); 101 const result = spawnSync(process.execPath, args); 116 const result = spawnSync(process.execPath, args, options); 128 const result = spawnSync(process.execPath, args); 143 const result = spawnSync(process.execPath, args); 176 const result = spawnSync(process.execPath, args, {
|
H A D | test-child-process-spawnsync-input.js | 58 ret = spawnSync(process.execPath, args, { stdio: 'inherit' }); 62 ret = spawnSync(process.execPath, args, { 72 verifyBufOutput(spawnSync(process.execPath, [__filename, 'spawnchild', 1])); 73 verifyBufOutput(spawnSync(process.execPath, [__filename, 'spawnchild', 2])); 119 verifyBufOutput(spawnSync(process.execPath, args)); 121 ret = spawnSync(process.execPath, args, { encoding: 'utf8' });
|
H A D | test-v8-coverage.js | 22 const output = spawnSync(process.execPath, [ 41 const output = spawnSync(process.execPath, [ 59 const output = spawnSync(process.execPath, [ 78 const output = spawnSync(process.execPath, [ 99 const output = spawnSync(process.execPath, [ 119 const output = spawnSync(process.execPath, [ 139 const output = spawnSync(process.execPath, [ 155 const output = spawnSync(process.execPath, [ 174 const output = spawnSync(process.execPath, [
|
H A D | test-set-http-max-http-headers.js | 24 const cp = spawn(process.execPath, args, { stdio: 'inherit' }); 45 const cp = spawn(process.execPath, args, { 68 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' }); 80 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' });
|
H A D | test-runner-cli.js | 14 const child = spawnSync(process.execPath, args); 26 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); 43 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); 60 const child = spawnSync(process.execPath, args, { cwd: testFixtures }); 72 const child = spawnSync(process.execPath, args); 85 const child = spawnSync(process.execPath, args, options); 109 const child = spawnSync(process.execPath, args); 127 const child = spawnSync(process.execPath, args); 176 const child = spawnSync(process.execPath, args); 202 const child = spawnSync(process.execPath, arg [all...] |
H A D | test-child-process-fork-exec-path.js | 25 // Test that `fork()` respects the `execPath` option. 35 const nodePath = process.execPath; 42 assert.strictEqual(process.execPath, copyPath); 55 const child = fork(__filename, { execPath: copyPath, env: envCopy });
|
H A D | test-cli-bad-options.js | 18 const r = spawnSync(process.execPath, [option], { encoding: 'utf8' }); 25 `${process.execPath}: ${option} requires an argument`
|
H A D | test-cli-node-options-disallowed.js | 35 exec(process.execPath, { cwd: tmpdir.path, env }, common.mustCall((err) => { 37 const expect = `${process.execPath}: ${opt} is not allowed in NODE_OPTIONS`;
|
H A D | test-fs-readfile-error.js | 39 const execPath = `"${process.execPath}" "${filename}"`; 41 exec(execPath, options, (err, stdout, stderr) => {
|
H A D | test-snapshot-weak-reference.js | 19 const child = spawnSync(process.execPath, [ 39 const child = spawnSync(process.execPath, [
|
/third_party/node/test/sequential/ |
H A D | test-child-process-execsync.js | 57 const cmd = `"${process.execPath}" -e "setTimeout(function(){}, ${SLEEP});"`; 81 const cmd = `"${process.execPath}" -e "console.log('${msg}');"`; 99 const ret = execFileSync(process.execPath, args); 104 const ret = execFileSync(process.execPath, args, { encoding: 'utf8' }); 129 const spawnSyncResult = spawnSync(process.execPath, args); 141 execFileSync(process.execPath, args); 143 const msg = `Command failed: ${process.execPath} ${args.join(' ')}`; 159 execFileSync(process.execPath, [], execOpts);
|
/third_party/node/tools/ |
H A D | test-npm-package.js | 29 const nodePath = path.dirname(process.execPath); 73 spawnSync(process.execPath, [ 80 spawnSync(process.execPath, [ 88 const testChild = spawn(process.execPath, [
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | sandbox.js | 128 ? dirname(_process.execPath) 129 : dirname(dirname(_process.execPath)) 138 .split(normalize(this[_proxy].execPath)).join('{EXECPATH}') 139 .split(normalize(_process.execPath)).join('{REALEXECPATH}') 155 // instance if execPath is /home/user/.nvm/versions/node/1.0.0/bin/node, 156 // and we replaced the node version first, the real execPath we're trying 218 process.execPath, 219 join(dirname(process.execPath), 'npm'),
|
/third_party/node/test/async-hooks/ |
H A D | test-callback-error.js | 40 const child = spawnSync(process.execPath, [__filename, 'test_init_callback']); 51 const child = spawnSync(process.execPath, [__filename, 'test_callback']); 62 let program = process.execPath;
|
/base/startup/init/services/init/standard/ |
H A D | init_service.c | 185 int SetServiceEnterSandbox(const Service *service, const char *execPath)
in SetServiceEnterSandbox() argument 193 INIT_ERROR_CHECK(execPath != NULL, return INIT_EPARAMETER, "Service path is null.");
in SetServiceEnterSandbox() 195 if (strncmp(execPath, "/system/bin/", strlen("/system/bin/")) == 0) {
in SetServiceEnterSandbox() 197 } else if (strncmp(execPath, "/vendor/bin/", strlen("/vendor/bin/")) == 0) {
in SetServiceEnterSandbox()
|
/third_party/node/test/tick-processor/ |
H A D | test-tick-processor-polyfill-brokenfile.js | 33 const proc = spawn(process.execPath, [ 51 `${process.execPath}`,
|
H A D | tick-processor-base.js | 14 const proc = cp.spawn(process.execPath, [ 36 const proc = cp.spawn(process.execPath, [
|
/third_party/node/test/common/ |
H A D | shared-lib-util.js | 7 const kExecPath = path.dirname(process.execPath); 43 return kNodeShared ? getSharedLibPath() : process.execPath;
|
/third_party/node/test/report/ |
H A D | test-report-writereport.js | 99 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); 109 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); 124 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path });
|
/third_party/node/test/internet/ |
H A D | test-corepack-yarn-install.js | 42 PATH: path.dirname(process.execPath), 47 exec(`${process.execPath} ${corepackYarnPath} install`, {
|