Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 25 of 102) sorted by relevance

12345

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py104 …o-%s" % release_series[activereleases[0]]], stdout=subprocess.PIPE, stderr=subprocess.PIPE, check=…
109 ….run(["git", "tag", "--points-at", "HEAD"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
127 …ss.run(["git", "branch", "--show-current"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
135 … "--format=oneline", "HEAD..origin/" + b], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
158 …ess.run(["git", "tag", "--merged", "HEAD"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
160 ….run(["git", "tag", "--merged", ourbranch], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
245 …s*' % (release_series[branch]), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
290 …ist", "--sort=version:refname", "yocto-*"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, univer…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/
H A D0001-support-cross-complication.patch37 - subprocess.call(['gcc','-v'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
42 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
48 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/
H A D0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch45 stdin=PIPE,
46 stdout=PIPE,
47 stderr=PIPE,
54 stdin=PIPE,
55 stdout=PIPE,
56 stderr=PIPE,
/openbmc/openbmc/poky/scripts/tiny/
H A Dksize.py30 … p = Popen("size -t " + str(glob), shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
52 shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
59 … p = Popen("ls " + subglob, shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
H A Dksum.py76 p = Popen("size -t " + filename, shell=True, stdout=PIPE, stderr=PIPE)
92 p = Popen("size -t " + vmlinux_file, shell=True, stdout=PIPE, stderr=PIPE)
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dshell_execution.py29 stdout=subprocess.PIPE,
30 stderr=subprocess.PIPE,
H A Dredfish.py50 stdout=subprocess.PIPE,
51 stderr=subprocess.PIPE,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py232 …| tr -d "* "', cwd = SITE_ROOT, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).commun…
233 …-parse HEAD ', cwd = SITE_ROOT, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).commun…
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dboot.py7 from subprocess import Popen, PIPE
27 proc = Popen(cmd, shell=True, stdout=PIPE)
H A Dping.py7 from subprocess import Popen, PIPE
31 proc = Popen(cmd, shell=True, stdout=PIPE)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py99 job = subprocess.Popen(cmd, stdin=subprocess.PIPE, stderr=subprocess.PIPE)
132 status = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dlsb.py35 from subprocess import PIPE
38 output, err = bb.process.run(['lsb_release', '-ir'], stderr=PIPE)
/openbmc/qemu/scripts/
H A Dundefsym.py34 pc = subprocess.run([nm, "-P", "-g", staticlib], stdout=subprocess.PIPE)
40 pc = subprocess.run([nm, "-P", "-g"] + shared_modules, stdout=subprocess.PIPE)
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py43 …process.Popen([import_script, abstemppath], stdout=subprocess.PIPE, stderr=subprocess.PIPE, env=sc…
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_runbuilds.py74 stdout=subprocess.PIPE,
75 stderr=subprocess.PIPE)
/openbmc/qemu/tests/qemu-iotests/
H A D27748 nbd_sock, conf_file], stdout=subprocess.PIPE,
65 clt = subprocess.Popen(args, stdout=subprocess.PIPE,
H A D14999 stdin=subprocess.PIPE,
100 stdout=subprocess.PIPE,
118 stdin=subprocess.PIPE,
119 stdout=subprocess.PIPE,
185 stdin=subprocess.PIPE,
186 stdout=subprocess.PIPE,
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass58 stderr=subprocess.PIPE, universal_newlines=True)
65 …p = sub.Popen([d.expand("${HOST_PREFIX}otool"), '-L', fpath],stdout=sub.PIPE,stderr=sub.PIPE, text…
81 …HOST_PREFIX}install_name_tool"), '-change', rpath, newpath, fpath],stdout=sub.PIPE,stderr=sub.PIPE)
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py95 stderr=subprocess.PIPE)
105 stderr=subprocess.PIPE)
H A DtopN_callgrind.py68 stderr=subprocess.PIPE)
77 stderr=subprocess.PIPE)
H A Ddissect.py96 stderr=subprocess.PIPE)
105 stderr=subprocess.PIPE)
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py81 stderr = subprocess.PIPE
91 stdout=subprocess.PIPE,
363 stderr = subprocess.PIPE if return_stderr else subprocess.STDOUT
378 stdin=subprocess.PIPE,
379 stdout=subprocess.PIPE,
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py74 … result = runCmd("echo stdout; echo stderr >&2", shell=True, stderr=subprocess.PIPE, sync=False)
92 …nCmd(['sleep', '60'], timeout=self.TIMEOUT, ignore_status=True, stderr=subprocess.PIPE, sync=False)
122 …Cmd("echo stdout; echo stderr >&2", shell=True, output_log=log, stderr=subprocess.PIPE, sync=False)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0002-run_program-support-timeout.patch55 stderr_dir = subprocess.PIPE
59 - stdout=subprocess.PIPE,
88 + stdout=subprocess.PIPE,

12345