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

  /external/ImageMagick/MagickCore/
nt-base.h 226 #if !defined(spawnvp)
227 # define spawnvp _spawnvp macro
  /toolchain/binutils/binutils-2.27/libiberty/
pex-djgpp.c 208 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv)
214 *errmsg = ((flags & PEX_SEARCH) != 0) ? "spawnvp" : "spawnv";
  /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",])
  /external/python/cpython2/Lib/
os.py 577 # Note: spawnvp[e] is't currently supported on Windows
579 def spawnvp(mode, file, args): function
580 """spawnvp(mode, file, args) -> integer
627 if _exists("spawnvp"):
628 # At the moment, Windows doesn't implement spawnvp[e],
638 return spawnvp(mode, file, args)
652 __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",])
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 191 intptr_t __cdecl spawnvp(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /kernel/tests/net/test/
net_test.py 348 return os.spawnvp(os.P_WAIT, iptables_path, [iptables_path] + args.split(" "))
  /external/python/cpython3/Lib/
os.py 883 # Note: spawnvp[e] is't currently supported on Windows
885 def spawnvp(mode, file, args): function
886 """spawnvp(mode, file, args) -> integer
906 __all__.extend(["spawnv", "spawnve", "spawnvp", "spawnvpe"])
937 if _exists("spawnvp")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 380 milliseconds