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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 589 # Note: spawnvp[e] is't currently supported on Windows
591 def spawnvp(mode, file, args): function
592 """spawnvp(mode, file, args) -> integer
639 if _exists("spawnvp"):
640 # At the moment, Windows doesn't implement spawnvp[e],
650 return spawnvp(mode, file, args)
664 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 604 # Note: spawnvp[e] is't currently supported on Windows
606 def spawnvp(mode, file, args): function
607 """spawnvp(mode, file, args) -> integer
654 if _exists("spawnvp"):
655 # At the moment, Windows doesn't implement spawnvp[e],
665 return spawnvp(mode, file, args)
679 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 575 # Note: spawnvp[e] is't currently supported on Windows
577 def spawnvp(mode, file, args): function
578 """spawnvp(mode, file, args) -> integer
625 if _exists("spawnvp"):
626 # At the moment, Windows doesn't implement spawnvp[e],
636 return spawnvp(mode, file, args)
650 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
  /external/ImageMagick/MagickCore/
nt-base.h 226 #if !defined(spawnvp)
227 # define spawnvp _spawnvp macro

Completed in 1739 milliseconds