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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 543 def _spawnvef(mode, file, args, env, func): function in function:_exists
577 return _spawnvef(mode, file, args, None, execv)
587 return _spawnvef(mode, file, args, env, execve)
599 return _spawnvef(mode, file, args, None, execvp)
609 return _spawnvef(mode, file, args, env, execvpe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 558 def _spawnvef(mode, file, args, env, func): function in function:_exists
592 return _spawnvef(mode, file, args, None, execv)
602 return _spawnvef(mode, file, args, env, execve)
614 return _spawnvef(mode, file, args, None, execvp)
624 return _spawnvef(mode, file, args, env, execvpe)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 529 def _spawnvef(mode, file, args, env, func): function in function:_exists
563 return _spawnvef(mode, file, args, None, execv)
573 return _spawnvef(mode, file, args, env, execve)
585 return _spawnvef(mode, file, args, None, execvp)
595 return _spawnvef(mode, file, args, env, execvpe)
  /external/python/cpython2/Lib/
os.py 531 def _spawnvef(mode, file, args, env, func): function in function:_exists
565 return _spawnvef(mode, file, args, None, execv)
575 return _spawnvef(mode, file, args, env, execve)
587 return _spawnvef(mode, file, args, None, execvp)
597 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 529 def _spawnvef(mode, file, args, env, func): function in function:_exists
563 return _spawnvef(mode, file, args, None, execv)
573 return _spawnvef(mode, file, args, env, execve)
585 return _spawnvef(mode, file, args, None, execvp)
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 529 def _spawnvef(mode, file, args, env, func): function in function:_exists
563 return _spawnvef(mode, file, args, None, execv)
573 return _spawnvef(mode, file, args, env, execve)
585 return _spawnvef(mode, file, args, None, execvp)
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 529 def _spawnvef(mode, file, args, env, func): function in function:_exists
563 return _spawnvef(mode, file, args, None, execv)
573 return _spawnvef(mode, file, args, env, execve)
585 return _spawnvef(mode, file, args, None, execvp)
595 return _spawnvef(mode, file, args, env, execvpe)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 529 def _spawnvef(mode, file, args, env, func): function in function:_exists
563 return _spawnvef(mode, file, args, None, execv)
573 return _spawnvef(mode, file, args, env, execve)
585 return _spawnvef(mode, file, args, None, execvp)
595 return _spawnvef(mode, file, args, env, execvpe)
  /external/python/cpython3/Lib/
os.py 833 def _spawnvef(mode, file, args, env, func): function in function:_fscodec
871 return _spawnvef(mode, file, args, None, execv)
881 return _spawnvef(mode, file, args, env, execve)
893 return _spawnvef(mode, file, args, None, execvp)
903 return _spawnvef(mode, file, args, env, execvpe)
    [all...]

Completed in 246 milliseconds