Searched defs:spawnv (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | os.py | 520 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/gdb/linux-x86/lib/python2.7/ |
H A D | os.py | 520 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/darwin-x86/2.7.5/lib/python2.7/ |
H A D | os.py | 520 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 D | os.py | 520 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 143 milliseconds