Searched defs:popenargs (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | subprocess.py | 164 def call(*popenargs, **kwargs): 175 def check_call(*popenargs, **kwargs): 194 def check_output(*popenargs, **kwargs):
|
| /external/swiftshader/third_party/llvm-10.0/scripts/ |
| D | update.py | 145 def run_subprocess(*popenargs, log_level=1, cwd=None):
|
| /external/swiftshader/third_party/llvm-16.0/scripts/ |
| D | update.py | 150 def run_subprocess(*popenargs, log_level=1, cwd=None):
|
| /external/python/cpython3/Lib/ |
| D | subprocess.py | 381 def call(*popenargs, timeout=None, **kwargs): 398 def check_call(*popenargs, **kwargs): 417 def check_output(*popenargs, timeout=None, **kwargs): 506 def run(*popenargs,
|
| /external/deqp/external/ |
| D | fetch_sources.py | 382 def run(*popenargs, **kwargs):
|