Home
last modified time | relevance | path

Searched defs:stderr (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py24 def __init__(self, stdout, stderr): argument
58 def __init__(self, stdout, stderr): argument
258 def __init__(self, status, stderr): argument
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py69 stderr = open(args.stderr, "w") variable
/openbmc/u-boot/include/
H A Dstdio.h45 #define stderr 2 macro
/openbmc/u-boot/tools/patman/
H A Dcommand.py26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1274 stderr=os.devnull): argument