Home
last modified time | relevance | path

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

/cts/tools/incremental-cts/
Dincremental_deqp.py204 def push_file(self, source_file, destination_file): argument
211 return self._run_adb_command('push', source_file, destination_file)
213 def pull_file(self, source_file, destination_file): argument
220 return self._run_adb_command('pull', source_file, destination_file)