Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dstdio.h49 #define stdout 1 macro
/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
H A Dtout.py146 def Init(_verbose=WARNING, stdout=sys.stdout): argument
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument