Searched defs:Popen (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dchain.py29 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/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py47 from solaris_install import Popen, CalledProcessError namespace
439 pobj = Popen.check_call(args, stdout=Popen.STORE,
440 stderr=Popen.STORE)
H A Dlegacygrub.py54 from solaris_install import Popen, CalledProcessError namespace
1455 pobj = Popen.check_call(args, stdout=Popen.STORE,
1456 stderr=Popen.STORE)

Completed in 34 milliseconds