Home
last modified time | relevance | path

Searched refs:_run_ios_script (Results 1 – 2 of 2) sorted by relevance

/external/skqp/infra/bots/recipe_modules/flavor/
Dios.py58 def _run_ios_script(self, script, first, *rest): member in iOSFlavor
67 self._run_ios_script('push_file', host, device)
70 self._run_ios_script('push_if_needed', host, device)
73 self._run_ios_script('pull_if_needed', device, host)
76 self._run_ios_script('rm', path)
79 self._run_ios_script('rm', path)
80 self._run_ios_script('mkdir', path)
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py117 def _run_ios_script(self, script, first, *rest): member in iOSFlavor
126 self._run_ios_script('push_file', host, device)
129 self._run_ios_script('push_if_needed', host, device)
132 self._run_ios_script('pull_if_needed', device, host)
135 self._run_ios_script('rm', path)
138 self._run_ios_script('rm', path)
139 self._run_ios_script('mkdir', path)