Searched refs:_run_ios_script (Results 1 – 1 of 1) sorted by relevance
/external/skia/infra/bots/recipe_modules/flavor/ |
D | ios_flavor.py | 36 def _run_ios_script(self, script, first, *rest): member in iOSFlavorUtils 44 self._run_ios_script('push_file', host, device) 47 self._run_ios_script('push_if_needed', host, device) 50 self._run_ios_script('pull_if_needed', device, host) 53 self._run_ios_script('rm', path) 56 self._run_ios_script('rm', path) 57 self._run_ios_script('mkdir', path)
|