HomeSort by relevance Sort by last modified time
    Searched full:spawnv (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 44 with os.spawnv()). If 'cmd' is a string it will be passed to the shell
144 program without shell intervention (as with os.spawnv()). If 'cmd' is a
154 program without shell intervention (as with os.spawnv()). If 'cmd' is a
164 program without shell intervention (as with os.spawnv()). If 'cmd' is a
174 program without shell intervention (as with os.spawnv()). If 'cmd' is a
184 program without shell intervention (as with os.spawnv()). If 'cmd' is a
194 program without shell intervention (as with os.spawnv()). If 'cmd' is a
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/
popen2.py 44 with os.spawnv()). If 'cmd' is a string it will be passed to the shell
144 program without shell intervention (as with os.spawnv()). If 'cmd' is a
154 program without shell intervention (as with os.spawnv()). If 'cmd' is a
164 program without shell intervention (as with os.spawnv()). If 'cmd' is a
174 program without shell intervention (as with os.spawnv()). If 'cmd' is a
184 program without shell intervention (as with os.spawnv()). If 'cmd' is a
194 program without shell intervention (as with os.spawnv()). If 'cmd' is a
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/distutils/
spawn.py 69 rc = os.spawnv(os.P_WAIT, executable, cmd)
86 # spawnv for OS/2 EMX requires a full path to the .exe
88 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 69 rc = os.spawnv(os.P_WAIT, executable, cmd)
86 # spawnv for OS/2 EMX requires a full path to the .exe
88 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /external/bison/lib/
spawn-pipe.c 120 This uses _pipe(), dup2(), and spawnv(). It could also be implemented
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 380 self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args)
    [all...]
ChangeLog 515 module defines 'spawnv' now, so we check for 'fork' first.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 380 self.rpcpid = os.spawnv(os.P_NOWAIT, sys.executable, args)
    [all...]
ChangeLog 515 module defines 'spawnv' now, so we check for 'fork' first.
    [all...]

Completed in 438 milliseconds