Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dboottool.py3 from autotest_lib.client.common_lib import boottool as common_boottool
5 class boottool(common_boottool.boottool): class
7 super(boottool, self).__init__()
Dkernel_unittest.py7 from autotest_lib.client.bin import kernel_config, boottool, os_dep
16 bootloader = god.create_mock_class(boottool.boottool, "boottool")
52 boottool.boottool, "boottool")
133 self.job.bootloader = self.god.create_mock_class(boottool.boottool,
Dsite_job.py7 from autotest_lib.client.bin import boottool, utils
Djob_unittest.py6 from autotest_lib.client.bin import job, boottool, config, sysinfo, harness
79 self.god.stub_function_to_return(job.boottool, 'boottool', object())
156 self.god.stub_class(boottool, 'boottool')
214 bootloader = boottool.boottool.expect_new(None)
Djob.py12 from autotest_lib.client.bin import profilers, boottool, harness
300 self.bootloader = boottool.boottool(tool)
/external/autotest/server/hosts/
Dbootloader.py11 from autotest_lib.client.common_lib import error, boottool
17 class Bootloader(boottool.boottool):
/external/autotest/client/common_lib/
Dboottool_unittest.py7 from autotest_lib.client.common_lib import boottool
14 self.bt_mock = boottool.boottool()
Dboottool.py6 class boottool(object): class
/external/autotest/client/deps/boottool/
Dcontrol1 job.setup_dep(['boottool'])