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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
H A Dos.py589 # Note: spawnvp[e] is't currently supported on Windows
591 def spawnvp(mode, file, args): function
592 """spawnvp(mode, file, args) -> integer
639 if _exists("spawnvp"):
640 # At the moment, Windows doesn't implement spawnvp[e],
650 return spawnvp(mode, file, args)
664 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
H A Dos.py604 # Note: spawnvp[e] is't currently supported on Windows
606 def spawnvp(mode, file, args): function
607 """spawnvp(mode, file, args) -> integer
654 if _exists("spawnvp"):
655 # At the moment, Windows doesn't implement spawnvp[e],
665 return spawnvp(mode, file, args)
679 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dos.py575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])

Completed in 55 milliseconds