Home
last modified time | relevance | path

Searched refs:PIPE_PTY (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/tools/patman/
Dcros_subprocess.py29 PIPE_PTY = -3 # Pipe output through a pty variable
56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY,
76 if stdout == PIPE_PTY:
79 if stderr == PIPE_PTY: