Home
last modified time | relevance | path

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

/external/autotest/utils/
Dexternal_packages.py212 egg_path = self._build_egg_using_setup_py(setup_py='setup.py')
213 if not egg_path:
215 return self._install_from_egg(install_dir, egg_path)
220 egg_path = self._build_egg_using_setup_py(setup_py='setupegg.py')
221 if not egg_path:
223 return self._install_from_egg(install_dir, egg_path)
328 def _install_from_egg(self, install_dir, egg_path): argument
336 status = system("unzip -q -o -d '%s' '%s'" % (install_dir, egg_path))
338 logging.error('unzip of %s failed', egg_path)
550 egg_path = self._build_egg_using_setup_py()
[all …]