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

  /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

Completed in 42 milliseconds