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

  /external/syslinux/com32/include/sys/
exec.h 60 * spawnl - Executes a program in the current environment.
71 extern int spawnl(const char *name, const char *arg, ...);
  /external/selinux/gui/
system-config-selinux.py 127 os.spawnl(os.P_NOWAIT, "/usr/share/system-config-selinux/semanagegui.py")
130 os.spawnl(os.P_NOWAIT, "/usr/bin/seaudit")
  /external/syslinux/com32/lib/sys/module/
exec.c 128 int spawnl(const char *name, const char *arg, ...)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 166 intptr_t __cdecl spawnl(int,const char *_Filename,const char *_ArgList,...) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 615 def spawnl(mode, file, *args): function
616 """spawnl(mode, file, *args) -> integer
636 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 630 def spawnl(mode, file, *args): function
631 """spawnl(mode, file, *args) -> integer
651 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 601 def spawnl(mode, file, *args): function
602 """spawnl(mode, file, *args) -> integer
622 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /external/python/cpython2/Lib/
os.py 603 def spawnl(mode, file, *args): function
604 """spawnl(mode, file, *args) -> integer
624 __all__.extend(["spawnv", "spawnve", "spawnl", "spawnle",])
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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",])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tempfile.py 22 has_spawnl = hasattr(os, 'spawnl')
298 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
  /external/python/cpython3/Lib/
os.py 913 def spawnl(mode, file, *args): function
914 """spawnl(mode, file, *args) -> integer
934 __all__.extend(["spawnl", "spawnle"])
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/python/cpython2/Lib/test/
test_tempfile.py 27 has_spawnl = hasattr(os, 'spawnl')
394 @unittest.skipUnless(has_spawnl, 'os.spawnl not available')
426 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]
test_tempfile.py 26 has_spawnl = hasattr(os, 'spawnl')
445 @unittest.skipUnless(has_spawnl, 'os.spawnl not available')
478 retval = os.spawnl(os.P_WAIT, sys.executable, decorated, tester, v, fd)
    [all...]

Completed in 286 milliseconds