Home
last modified time | relevance | path

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

/tools/acloud/setup/
Dhost_setup_runner_test.py26 from acloud.setup.host_setup_runner import CuttlefishCommonPkgInstaller
103 self.CuttlefishCommonPkgInstaller = CuttlefishCommonPkgInstaller()
109 self.assertTrue(self.CuttlefishCommonPkgInstaller.ShouldRun())
118 self.Patch(CuttlefishCommonPkgInstaller, "ShouldRun", return_value=True)
119 self.CuttlefishCommonPkgInstaller.Run()
Dsetup.py56 host_cf_common_runner = host_setup_runner.CuttlefishCommonPkgInstaller()
Dhost_setup_runner.py117 class CuttlefishCommonPkgInstaller(base_task_runner.BaseTaskRunner): class