Home
last modified time | relevance | path

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

/tools/acloud/create/
Dgoldfish_local_image_local_instance_test.py263 mock_ota_tools_object.MkCombinedImg.side_effect = (
309 mock_ota_tools_object.MkCombinedImg.assert_called_once()
311 mock_ota_tools_object.MkCombinedImg.call_args[0][1],
Dgoldfish_local_image_local_instance.py257 ota.MkCombinedImg(combined_image,
/tools/acloud/internal/lib/
Dota_tools.py257 def MkCombinedImg(self, output_path, system_qemu_config_path, get_image): member in OtaTools
Dota_tools_test.py246 self._ota.MkCombinedImg("/unit/test", config_path, _GetImage)