/third_party/node/test/parallel/ |
D | test-child-process-spawnsync-shell.js | 10 const doesNotExist = cp.spawnSync('does-not-exist', { shell: true }); property 27 const echo = cp.spawnSync('echo', ['foo'], { shell: true }); property 34 const command = cp.spawnSync(cmd, { shell: true }); property 41 shell: true property 55 function test(testPlatform, shell, shellOutput) { argument 74 cp.spawnSync(cmd, { shell }); field
|
D | test-child-process-spawn-shell.js | 7 const doesNotExist = cp.spawn('does-not-exist', { shell: true }); property 23 shell: true property 40 shell: true property 55 shell: true property
|
D | test-child-process-exec-any-shells-windows.js | 18 const test = (shell) => { argument 19 cp.exec('echo foo bar', { shell: shell }, property 48 { shell: 'PowerShell' }, property
|
D | test-child-process-fork-no-shell.js | 10 shell: true, property
|
D | test-child-process-flush-stdio.js | 8 const opts = { shell: common.isWindows }; property
|
D | test-child-process-reject-null-bytes.js | 179 throws(() => exec(process.execPath, { shell: 'BBB\0XXX' }, mustNotCall()), { property 184 throws(() => execFile(process.execPath, { shell: 'BBB\0XXX' }, mustNotCall()), { property 189 throws(() => execFileSync(process.execPath, { shell: 'BBB\0XXX' }), { property 194 throws(() => execSync(process.execPath, { shell: 'BBB\0XXX' }), { property 202 throws(() => spawn(process.execPath, { shell: 'BBB\0XXX' }), { property 207 throws(() => spawnSync(process.execPath, { shell: 'BBB\0XXX' }), { property
|
D | test-spawn-cmd-named-pipe.js | 40 const child = spawn(`"${process.execPath}"`, args, { shell: true }); property
|
/third_party/node/test/sequential/ |
D | test-child-process-execsync.js | 41 const execOpts = { encoding: 'utf8', shell: true }; property 45 function() { execSync('exit -1', { shell: 'bad_shell' }); }, property 49 function() { execFileSync('exit -1', { shell: 'bad_shell' }); }, property
|
/third_party/toybox/toys/pending/ |
D | sulogin.c | 70 static void run_shell(char *shell) in run_shell() 86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
|
D | chsh.c | 32 char *user, *line, *shell, *encrypted; local
|
/third_party/typescript/scripts/ |
D | run-sequence.mjs | 9 export function runSequence(tasks, opts = { timeout: 100000, shell: true }) { property
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | mod.rs | 7 mod shell; module
|
/third_party/node/deps/undici/src/node_modules/busboy/test/ |
D | test.js | 13 shell: true, property
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
D | shell_windows.go | 15 package shell package
|
D | shell_unix.go | 17 package shell package
|
D | shell.go | 16 package shell package
|
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/ |
D | opts.js | 10 shell: false, property
|
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/ |
D | index.js | 75 const options = { ...opts, shell: false } property 128 const options = { ...opts, shell: true } property
|
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/ |
D | make-spawn-args.js | 34 shell: scriptShell, property
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_warning.py | 9 from idlelib import pyshell as shell unknown
|
/third_party/python/Lib/distutils/tests/ |
D | test_cygwinccompiler.py | 18 def __init__(self, cmd, shell, stdout): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | find-python.js | 186 var shell = false variable in PythonFinder 277 const opts = { env: env, shell: shell } property
|
/third_party/node/lib/ |
D | child_process.js | 141 options = { __proto__: null, ...options, shell: false }; property 339 shell: false, property 355 shell: options.shell, property
|
/third_party/curl/src/ |
D | tool_vms.c | 52 char *shell; in is_vms_shell() local
|
/third_party/skia/tools/skpbench/ |
D | _adb.py | 21 def shell(self, cmd): member in Adb
|