Searched refs:_run_ios_script (Results 1 – 2 of 2) sorted by relevance
/external/skqp/infra/bots/recipe_modules/flavor/ |
D | ios.py | 58 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/ |
D | ios.py | 117 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)
|