Searched defs:spawnv (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos.py520 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
556 def spawnv(mode, file, args): function in function:_exists
557 """spawnv(mode, file, args) -> integer
597 if _exists("spawnv"):
608 return spawnv(mode, file, args)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
659 the program without shell intervention (as with os.spawnv()). If 'cmd'
679 the program without shell intervention (as with os.spawnv()). If 'cmd'
699 the program without shell intervention (as with os.spawnv()). If 'cmd'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos.py520 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
556 def spawnv(mode, file, args): function in function:_exists
557 """spawnv(mode, file, args) -> integer
597 if _exists("spawnv"):
608 return spawnv(mode, file, args)
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
659 the program without shell intervention (as with os.spawnv()). If 'cmd'
679 the program without shell intervention (as with os.spawnv()). If 'cmd'
699 the program without shell intervention (as with os.spawnv()). If 'cmd'

Completed in 530 milliseconds