Home
last modified time | relevance | path

Searched defs:popenargs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py143 def run_subprocess(*popenargs, log_level=1, cwd=None):
/third_party/python/Lib/
Dsubprocess.py337 def call(*popenargs, timeout=None, **kwargs):
354 def check_call(*popenargs, **kwargs):
373 def check_output(*popenargs, timeout=None, **kwargs):
460 def run(*popenargs,