Home
last modified time | relevance | path

Searched refs:egg_path (Results 1 – 1 of 1) sorted by relevance

/external/autotest/utils/
Dexternal_packages.py239 egg_path = self._build_egg_using_setup_py(setup_py='setup.py')
240 if not egg_path:
242 return self._install_from_egg(install_dir, egg_path)
247 egg_path = self._build_egg_using_setup_py(setup_py='setupegg.py')
248 if not egg_path:
250 return self._install_from_egg(install_dir, egg_path)
363 def _install_from_egg(self, install_dir, egg_path): argument
371 status = system("unzip -q -o -d '%s' '%s'" % (install_dir, egg_path))
373 logging.error('unzip of %s failed', egg_path)
609 egg_path = self._build_egg_using_setup_py()
[all …]