Lines Matching refs:PIPE
264 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
295 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
369 git_metadata = subprocess.Popen(git_metadata_cmd, stdin=subprocess.PIPE,
370 stdout=subprocess.PIPE)
396 p = subprocess.Popen(cmd, stdin=subprocess.PIPE)
423 git_show = subprocess.Popen(git_show_cmd, stdin=subprocess.PIPE,
424 stdout=subprocess.PIPE)
430 clang_format_stdin = subprocess.PIPE
433 stdout=subprocess.PIPE)
434 if clang_format_stdin == subprocess.PIPE:
444 stdout=subprocess.PIPE)
537 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
538 stdin=subprocess.PIPE)