Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-child-process-spawnsync-shell.js10 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
Dtest-child-process-spawn-shell.js7 const doesNotExist = cp.spawn('does-not-exist', { shell: true }); property
23 shell: true property
40 shell: true property
55 shell: true property
Dtest-child-process-exec-any-shells-windows.js18 const test = (shell) => { argument
19 cp.exec('echo foo bar', { shell: shell }, property
48 { shell: 'PowerShell' }, property
Dtest-child-process-fork-no-shell.js10 shell: true, property
Dtest-child-process-flush-stdio.js8 const opts = { shell: common.isWindows }; property
Dtest-child-process-reject-null-bytes.js179 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
Dtest-spawn-cmd-named-pipe.js40 const child = spawn(`"${process.execPath}"`, args, { shell: true }); property
/third_party/node/test/sequential/
Dtest-child-process-execsync.js41 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/
Dsulogin.c70 static void run_shell(char *shell) in run_shell()
86 char *shell = NULL, *pass = NULL, **temp = forbid; in sulogin_main() local
Dchsh.c32 char *user, *line, *shell, *encrypted; local
/third_party/typescript/scripts/
Drun-sequence.mjs9 export function runSequence(tasks, opts = { timeout: 100000, shell: true }) { property
/third_party/rust/crates/clap/clap_complete/src/shells/
Dmod.rs7 mod shell; module
/third_party/node/deps/undici/src/node_modules/busboy/test/
Dtest.js13 shell: true, property
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
Dshell_windows.go15 package shell package
Dshell_unix.go17 package shell package
Dshell.go16 package shell package
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dopts.js10 shell: false, property
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/
Dindex.js75 const options = { ...opts, shell: false } property
128 const options = { ...opts, shell: true } property
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dmake-spawn-args.js34 shell: scriptShell, property
/third_party/python/Lib/idlelib/idle_test/
Dtest_warning.py9 from idlelib import pyshell as shell unknown
/third_party/python/Lib/distutils/tests/
Dtest_cygwinccompiler.py18 def __init__(self, cmd, shell, stdout): argument
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js186 var shell = false variable in PythonFinder
277 const opts = { env: env, shell: shell } property
/third_party/node/lib/
Dchild_process.js141 options = { __proto__: null, ...options, shell: false }; property
339 shell: false, property
355 shell: options.shell, property
/third_party/curl/src/
Dtool_vms.c52 char *shell; in is_vms_shell() local
/third_party/skia/tools/skpbench/
D_adb.py21 def shell(self, cmd): member in Adb

123