Lines Matching refs:Popen
79 with subprocess.Popen(cmd, stdout=subprocess.PIPE,
92 mount_process = subprocess.Popen(
149 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
207 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
272 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
297 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
319 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
352 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
393 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
422 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
434 proc = subprocess.Popen(cmdline + [ 'w', str(len(data)), str(off) ],
476 fuse_process = subprocess.Popen(fuse_binary_command,