/openbmc/openbmc/poky/documentation/ |
H A D | set_versions.py | 98 …subprocess.run(["git", "show", "yocto-%s" % release_series[activereleases[0]]], capture_output=Tru… 103 tags = subprocess.run(["git", "tag", "--points-at", "HEAD"], capture_output=True, text=True).stdout 121 …branch = subprocess.run(["git", "branch", "--show-current"], capture_output=True, text=True).stdou… 129 …rocess.run(["git", "log", "--format=oneline", "HEAD..origin/" + b], capture_output=True, text=Tru… 152 …previoustags = subprocess.run(["git", "tag", "--merged", "HEAD"], capture_output=True, text=True).… 154 …futuretags = subprocess.run(["git", "tag", "--merged", ourbranch], capture_output=True, text=True)… 227 …n('git tag --list yocto-%s*' % (release_series[branch]), shell=True, capture_output=True, text=Tru… 272 …s.run(["git", "tag", "--list", "--sort=version:refname", "yocto-*"], capture_output=True, text=Tru…
|
/openbmc/qemu/qga/ |
H A D | commands.c | 396 GuestExecCaptureOutput *capture_output) in ga_parse_capture_output() argument 398 if (!capture_output) in ga_parse_capture_output() 400 else if (capture_output->type == QTYPE_QBOOL) in ga_parse_capture_output() 401 return capture_output->u.flag ? GUEST_EXEC_CAPTURE_OUTPUT_MODE_SEPARATED in ga_parse_capture_output() 404 return capture_output->u.mode; in ga_parse_capture_output() 411 GuestExecCaptureOutput *capture_output, in qmp_guest_exec() argument 446 output_mode = ga_parse_capture_output(capture_output); in qmp_guest_exec()
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | layerindex.py | 59 completed_proc = subprocess.run(cmd, text=True, capture_output=True) 66 completed_proc = subprocess.run(cmd, text=True, capture_output=True) 70 completed_proc = subprocess.run(cmd, text=True, capture_output=True)
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-compare-redfish-os.py | 47 process = subprocess.run(cmd, capture_output=True, text=True) 69 process = subprocess.run(cmd, capture_output=True, text=True)
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 67 ["modinfo", module], capture_output=True, check=True, encoding="utf-8"
|
/openbmc/linux/scripts/ |
H A D | bpf_doc.py | 413 capture_output=True, check=True) 418 cwd=linuxRoot, capture_output=True, check=True) 430 capture_output=True, check=True)
|
H A D | rust_is_available_test.py | 111 result = subprocess.run("scripts/rust_is_available.sh", env=env, capture_output=True)
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | login.py | 110 … compare_out = subprocess.run(cmd, shell=True, capture_output=True, text=True, env=ourenv)
|
/openbmc/qemu/tests/lcitool/ |
H A D | refresh | 46 lcitool = subprocess.run(cmd, capture_output=True, encoding='utf8')
|
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
H A D | 0001-cmake-disable-building-external-dependencies.patch | 82 + version = subprocess.run(pkgconfig, capture_output=True, text=True).stdout.rstrip()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | __init__.py | 108 proc = subprocess.run(cmd, capture_output=True, encoding="utf-8", shell=True) 453 proc = subprocess.run(cmd, capture_output=True, encoding="utf-8", shell=True)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | ide_sdk.py | 834 ['git', 'rev-parse', '--show-toplevel'], cwd=layer, capture_output=True)
|