Searched refs:_execvpe (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dos.py346 _execvpe(file, args)
355 _execvpe(file, args, env)
359 def _execvpe(file, args, env=None): function
/external/python/cpython3/Lib/
H A Dos.py559 _execvpe(file, args)
568 _execvpe(file, args, env)
572 def _execvpe(file, args, env=None): function
/external/python/cpython3/Lib/test/
H A Dtest_os.py1495 @unittest.skipUnless(hasattr(os, '_execvpe'),
1496 "No internal os._execvpe function to test.")
1514 # test os._execvpe() with an absolute path
1517 os._execvpe, fullpath, arguments)
1521 # test os._execvpe() with a relative path:
1525 os._execvpe, program, arguments, env=env)
1530 # test os._execvpe() with a relative path:
1539 os._execvpe, program, arguments, env=env_path)

Completed in 8885 milliseconds