/third_party/node/test/parallel/ |
H A D | test-stdout-stderr-reading.js | 24 const node = process.execPath;
|
H A D | test-trace-events-async-hooks-worker.js | 35 process.execPath,
|
H A D | test-vm-cached-data.js | 15 const out = spawnSync(process.execPath, [ '-e', `
|
H A D | test-vm-sigint-existing-handler.js | 75 const child = spawn(process.execPath, [__filename, 'child', method], {
|
H A D | test-child-process-exec-maxbuf.js | 16 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024))"`; 28 `${process.execPath} -e "console.log('a'.repeat(1024 * 1024 - 1))"`; 37 const cmd = `"${process.execPath}" -e "console.log('hello world');"`; 61 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024))"`; 79 `"${process.execPath}" -e "console.log('a'.repeat(1024 * 1024 - 1))"`; 90 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; 102 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; 114 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; 128 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; 142 const cmd = `"${process.execPath}" [all...] |
H A D | test-listen-fd-cluster.js | 91 const primary = spawn(process.execPath, [__filename, 'primary'], {
|
H A D | test-policy-parse-integrity.js | 67 const { status } = spawnSync(process.execPath, [
|
H A D | test-repl-options.js | 120 const child = cp.spawn(process.execPath, ['--interactive']);
|
H A D | test-require-symlink.js | 73 const node = process.execPath;
|
H A D | test-cli-node-options.js | 119 exec(process.execPath, argv, opts, test('child process'));
|
H A D | test-cluster-basic.js | 34 const { status } = spawnSync(process.execPath, [
|
H A D | test-icu-env.js | 31 process.execPath,
|
/third_party/node/test/pummel/ |
H A D | test-regress-GH-892.js | 58 const child = spawn(process.execPath, args);
|
/third_party/node/test/sequential/ |
H A D | test-net-GH-5504.js | 72 const node = process.execPath;
|
H A D | test-util-debug.js | 63 const child = spawn(process.execPath, [__filename, 'child', section], {
|
/third_party/node/test/async-hooks/ |
H A D | test-pipewrap.js | 19 const nodeVersionSpawn = spawn(process.execPath, [ '--version' ]);
|
/third_party/node/test/es-module/ |
H A D | test-esm-type-field-errors.js | 42 exec(process.execPath, argv, opts, common.mustCall((err, stdout, stderr) => {
|
/third_party/node/benchmark/misc/ |
H A D | startup.js | 18 const cmd = process.execPath || process.argv[0];
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 173 execPath: process.execPath,
|
/third_party/popt/src/ |
H A D | popt.c | 66 con->execPath = _free(con->execPath); in poptSetExecPath() 67 con->execPath = xstrdup(path); in poptSetExecPath() 467 if (!strchr(item->argv[0], '/') && con->execPath != NULL) { in execCommand() 468 char *s = malloc(strlen(con->execPath) + strlen(item->argv[0]) + sizeof("/")); in execCommand() 470 (void)stpcpy(stpcpy(stpcpy(s, con->execPath), "/"), item->argv[0]); in execCommand() 1547 con->execPath = _free(con->execPath); in poptFreeContext()
|
H A D | poptint.h | 113 const char * execPath; member
|
/third_party/node/test/wasi/ |
H A D | test-wasi-symlinks.js | 65 const child = cp.spawnSync(process.execPath, [
|
H A D | test-wasi.js | 51 const child = cp.spawnSync(process.execPath, [
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 55 child = spawn(process.execPath, args, { stdio, env: { ...process.env, WATCH_REPORT_DEPENDENCIES: '1' } });
|
/third_party/node/lib/internal/process/ |
H A D | execution.js | 42 return path.dirname(process.execPath);
|