Home | History | Annotate | Download | only in python2.7

Lines Matching refs:proc

1053         proc = subprocess.Popen(['file', target],
1058 output = proc.communicate()[0]
1059 rc = proc.wait()