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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 29 # define execvpe _execvpe
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 358 _execvpe(file, args)
367 _execvpe(file, args, env)
371 def _execvpe(file, args, env=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 373 _execvpe(file, args)
382 _execvpe(file, args, env)
386 def _execvpe(file, args, env=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 344 _execvpe(file, args)
353 _execvpe(file, args, env)
357 def _execvpe(file, args, env=None): function
  /external/python/cpython2/Lib/
os.py 346 _execvpe(file, args)
355 _execvpe(file, args, env)
359 def _execvpe(file, args, env=None): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 344 _execvpe(file, args)
353 _execvpe(file, args, env)
357 def _execvpe(file, args, env=None): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 344 _execvpe(file, args)
353 _execvpe(file, args, env)
357 def _execvpe(file, args, env=None): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 344 _execvpe(file, args)
353 _execvpe(file, args, env)
357 def _execvpe(file, args, env=None): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 344 _execvpe(file, args)
353 _execvpe(file, args, env)
357 def _execvpe(file, args, env=None): function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
process.h 68 _CRTIMP intptr_t __cdecl _execvpe(const char *_Filename,const char *const *_ArgList,const char *const *_Env);
tchar.h 645 #define _texecvpe _execvpe
  /external/python/cpython3/Lib/
os.py 559 _execvpe(file, args)
568 _execvpe(file, args, env)
572 def _execvpe(file, args, env=None): function
    [all...]
  /external/python/cpython3/Lib/test/
test_os.py     [all...]

Completed in 421 milliseconds