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

Lines Matching refs:popen

176                 p = subprocess.Popen(cmdline)
178 p = subprocess.Popen(cmdline, close_fds=True)
193 p = subprocess.Popen(cmdline)
198 p = subprocess.Popen(cmdline, close_fds=True, preexec_fn=setsid)
236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
366 p = subprocess.Popen(["kfmclient", action, url],
378 p = subprocess.Popen(["konqueror", "--silent", url],
391 p = subprocess.Popen(["kfm", "-d", url],
609 osapipe = os.popen("osascript", "w")
632 osapipe = os.popen("osascript", "w")