Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dota_tools.py181 def BuildSuperImage(self, output_path, misc_info_path, get_image): member in OtaTools
323 self.BuildSuperImage(
Dgoldfish_utils_test.py167 mock_ota.BuildSuperImage.assert_called_with(
169 get_image = mock_ota.BuildSuperImage.call_args[0][2]
Dgoldfish_utils.py222 ota.BuildSuperImage(
Dota_tools_test.py191 self._ota.BuildSuperImage("/unit/test", misc_info_path, _GetImage)