HomeSort by relevance Sort by last modified time
    Searched refs:spawnv (Results 1 - 25 of 34) sorted by null

1 2

  /external/syslinux/com32/include/sys/
exec.h 37 * spawnv - Executes a program in the current environment.
57 extern int spawnv(const char *name, const char **argv);
68 * This is another version of the spawn routine. Please see 'spawnv' for
  /external/autotest/client/tests/bash_shared_mapping/
bash_shared_mapping.py 36 pid[i] = os.spawnv(os.P_NOWAIT, usemem, args)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/syslinux/com32/lib/sys/module/
exec.c 32 int spawnv(const char *name, const char **argv)
136 return spawnv(name, &arg);
  /external/syslinux/com32/elflink/
test_com32.c 85 result = spawnv(cmd_line[0], cmd_line);
  /external/python/cpython2/Lib/distutils/
spawn.py 73 rc = os.spawnv(os.P_WAIT, executable, cmd)
94 # spawnv for OS/2 EMX requires a full path to the .exe
96 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /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";
  /external/protobuf/gtest/test/
run_tests_util.py 218 return self.os.spawnv(self.os.P_WAIT, args[0], args)
run_tests_util_test.py 149 def spawnv(self, wait, executable, *kargs): member in class:FakeOs
  /external/python/cpython3/Lib/distutils/
spawn.py 69 rc = os.spawnv(os.P_WAIT, executable, cmd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 534 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
570 def spawnv(mode, file, args): function in function:_exists
571 """spawnv(mode, file, args) -> integer
611 if _exists("spawnv"):
622 return spawnv(mode, file, args)
636 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
673 the program without shell intervention (as with os.spawnv()). If 'cmd'
693 the program without shell intervention (as with os.spawnv()). If 'cmd'
713 the program without shell intervention (as with os.spawnv()). If 'cmd'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 549 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
585 def spawnv(mode, file, args): function in function:_exists
586 """spawnv(mode, file, args) -> integer
626 if _exists("spawnv"):
637 return spawnv(mode, file, args)
651 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
688 the program without shell intervention (as with os.spawnv()). If 'cmd'
708 the program without shell intervention (as with os.spawnv()). If 'cmd'
728 the program without shell intervention (as with os.spawnv()). If 'cmd'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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'
  /external/python/cpython2/Lib/
os.py 522 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
558 def spawnv(mode, file, args): function in function:_exists
559 """spawnv(mode, file, args) -> integer
599 if _exists("spawnv"):
610 return spawnv(mode, file, args)
624 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
661 the program without shell intervention (as with os.spawnv()). If 'cmd'
681 the program without shell intervention (as with os.spawnv()). If 'cmd'
701 the program without shell intervention (as with os.spawnv()). If 'cmd'
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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'
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 189 intptr_t __cdecl spawnv(int,const char *_Filename,char *const _ArgList[]) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /external/python/cpython3/Lib/
os.py 822 if _exists("fork") and not _exists("spawnv") and _exists("execv"):
864 def spawnv(mode, file, args): function in function:_fscodec
865 """spawnv(mode, file, args) -> integer
906 __all__.extend(["spawnv", "spawnve", "spawnvp", "spawnvpe"])
909 if _exists("spawnv"):
920 return spawnv(mode, file, args)
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 629 milliseconds

1 2