Searched refs:destination_file (Results 1 – 1 of 1) sorted by relevance
204 def push_file(self, source_file, destination_file): argument211 return self._run_adb_command('push', source_file, destination_file)213 def pull_file(self, source_file, destination_file): argument220 return self._run_adb_command('pull', source_file, destination_file)