Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgoldfish_utils_test.py141 mock_ota.MkCombinedImg.assert_called_with(
143 get_image = mock_ota.MkCombinedImg.call_args[0][2]
Dota_tools.py255 def MkCombinedImg(self, output_path, system_qemu_config_path, get_image): member in OtaTools
Dgoldfish_utils.py203 ota.MkCombinedImg(
Dota_tools_test.py270 self._ota.MkCombinedImg("/unit/test", config_path, _GetImage)