Home
last modified time | relevance | path

Searched refs:execPath (Results 101 - 125 of 137) sorted by relevance

123456

/third_party/node/test/parallel/
H A Dtest-stdout-stderr-reading.js24 const node = process.execPath;
H A Dtest-trace-events-async-hooks-worker.js35 process.execPath,
H A Dtest-vm-cached-data.js15 const out = spawnSync(process.execPath, [ '-e', `
H A Dtest-vm-sigint-existing-handler.js75 const child = spawn(process.execPath, [__filename, 'child', method], {
H A Dtest-child-process-exec-maxbuf.js16 `"${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 Dtest-listen-fd-cluster.js91 const primary = spawn(process.execPath, [__filename, 'primary'], {
H A Dtest-policy-parse-integrity.js67 const { status } = spawnSync(process.execPath, [
H A Dtest-repl-options.js120 const child = cp.spawn(process.execPath, ['--interactive']);
H A Dtest-require-symlink.js73 const node = process.execPath;
H A Dtest-cli-node-options.js119 exec(process.execPath, argv, opts, test('child process'));
H A Dtest-cluster-basic.js34 const { status } = spawnSync(process.execPath, [
H A Dtest-icu-env.js31 process.execPath,
/third_party/node/test/pummel/
H A Dtest-regress-GH-892.js58 const child = spawn(process.execPath, args);
/third_party/node/test/sequential/
H A Dtest-net-GH-5504.js72 const node = process.execPath;
H A Dtest-util-debug.js63 const child = spawn(process.execPath, [__filename, 'child', section], {
/third_party/node/test/async-hooks/
H A Dtest-pipewrap.js19 const nodeVersionSpawn = spawn(process.execPath, [ '--version' ]);
/third_party/node/test/es-module/
H A Dtest-esm-type-field-errors.js42 exec(process.execPath, argv, opts, common.mustCall((err, stdout, stderr) => {
/third_party/node/benchmark/misc/
H A Dstartup.js18 const cmd = process.execPath || process.argv[0];
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js173 execPath: process.execPath,
/third_party/popt/src/
H A Dpopt.c66 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 Dpoptint.h113 const char * execPath; member
/third_party/node/test/wasi/
H A Dtest-wasi-symlinks.js65 const child = cp.spawnSync(process.execPath, [
H A Dtest-wasi.js51 const child = cp.spawnSync(process.execPath, [
/third_party/node/lib/internal/main/
H A Dwatch_mode.js55 child = spawn(process.execPath, args, { stdio, env: { ...process.env, WATCH_REPORT_DEPENDENCIES: '1' } });
/third_party/node/lib/internal/process/
H A Dexecution.js42 return path.dirname(process.execPath);

Completed in 9 milliseconds

123456