Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/device/
Ddevice_utils.py576 self.old_interface.PullFileFromDevice(device_path, host_path)
/external/chromium_org/build/android/pylib/
Dandroid_commands.py1782 self.PullFileFromDevice(device_file, host_file)
1786 def PullFileFromDevice(self, device_file, host_file): member in AndroidCommands