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

  /external/protobuf/gtest/test/
run_tests_util_test.py 149 def spawnv(self, wait, executable, *kargs): member in class:FakeOs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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/
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 835 milliseconds