Searched refs:Popen (Results 1 - 9 of 9) sorted by relevance

/u-boot/tools/u_boot_pylib/
H A Dcros_subprocess.py11 This module holds a subclass of subprocess.Popen with our own required
33 class Popen(subprocess.Popen): class in inherits:subprocess.Popen
34 """Like subprocess.Popen with ptys and incremental output
40 The class is similar to subprocess.Popen, the equivalent is something like:
42 Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
62 stdin: See subprocess.Popen()
63 stdout: See subprocess.Popen(), except that we support the sentinel
65 stderr: See subprocess.Popen(), except that we support the sentinel
67 shell: See subprocess.Popen()
[all...]
H A Dcommand.py62 kwargs: Additional keyword arguments to cros_subprocess.Popen()
95 last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)
/u-boot/doc/sphinx/
H A Dkernel_feat.py122 proc = subprocess.Popen(
H A Dkerneldoc.py115 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dkernel_abi.py120 proc = subprocess.Popen(
/u-boot/scripts/kconfig/tests/
H A Dconftest.py65 ps = subprocess.Popen(command,
/u-boot/tools/
H A Dqconfig.py106 with subprocess.Popen([SHOW_GNU_MAKE], stdout=subprocess.PIPE) as proc:
504 self.proc = subprocess.Popen(cmd, stdout=self.devnull,
526 self.proc = subprocess.Popen(cmd, stdout=self.devnull, env=env,
549 self.proc = subprocess.Popen(cmd, stdout=self.devnull,
1368 with subprocess.Popen(args, stdout=subprocess.PIPE) as proc:
/u-boot/test/py/
H A Dmultiplexed_log.py141 p = subprocess.Popen(cmd, cwd=cwd,
/u-boot/tools/buildman/
H A Dkconfiglib.py6785 stdout, stderr = subprocess.Popen(
6806 # encoding when passing universal_newlines=True to Popen() (the 'encoding'

Completed in 137 milliseconds