Home | History | Annotate | Download | only in Lib

Lines Matching refs:execvpe

563     execvpe(file, args[:-1], env)
573 def execvpe(file, args, env):
574 """execvpe(file, args, env)
582 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
914 return _spawnvef(mode, file, args, env, execvpe)