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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 601 def spawnl(mode, file, *args): function
602 """spawnl(mode, file, *args) -> integer
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 601 def spawnl(mode, file, *args): function
602 """spawnl(mode, file, *args) -> integer
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 26 has_spawnl = hasattr(os, 'spawnl')
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 26 has_spawnl = hasattr(os, 'spawnl')
376 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)

Completed in 559 milliseconds