Searched refs:Popen (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/ |
H A D | chain.py | 29 from solaris_install import Popen, CalledProcessError namespace 63 script_output = Popen.check_call(helper_cmd, stdout=Popen.STORE, 64 stderr=Popen.STORE)
|
/osnet-11/usr/src/tools/onbld/Checks/ |
H A D | ProcessCheck.py | 55 p = subprocess.Popen([command] + args,
|
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
H A D | sbb.py | 47 from solaris_install import Popen, CalledProcessError namespace 439 pobj = Popen.check_call(args, stdout=Popen.STORE, 440 stderr=Popen.STORE)
|
H A D | legacygrub.py | 54 from solaris_install import Popen, CalledProcessError namespace 1455 pobj = Popen.check_call(args, stdout=Popen.STORE, 1456 stderr=Popen.STORE)
|
H A D | grub2.py | 2771 proc = subprocess.Popen(cmd, stdin=stdin_file, stdout=stdout_val,
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | util.py | 130 via subprocess.Popen(). 193 p = subprocess.Popen(cmd, 0, None, subprocess.PIPE, subprocess.PIPE,
|
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 541 proc = subprocess.Popen((cmd + pkgname).split(), 816 proc = subprocess.Popen(args, stdout=subprocess.PIPE, 829 print >> sys.stderr, ("Error while creating subprocess.Popen "
|
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | nssbase.py | 374 p = Popen(cmd, shell=True, bufsize=0, close_fds=True, \ 654 p = Popen(umntcmd, shell=True, bufsize=0, close_fds=True, \ 669 p = Popen(mntcmd, shell=True, bufsize=0, close_fds=True, \
|
Completed in 76 milliseconds