Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Darc.py469 self.full_pkg_names = []
533 def arc_setup(self, dep_package=None, apks=None, full_pkg_names=None, argument
596 if not full_pkg_names:
598 for pkg in full_pkg_names:
604 self.full_pkg_names.append(pkg)
643 if self.full_pkg_names:
644 for pkg in self.full_pkg_names: