Home | History | Annotate | Download | only in adb

Lines Matching refs:pull

874         self.device.pull(remote=remote_file, local=tmp_write.name)
887 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x')
896 """Pull a randomly generated file from specified device."""
909 """Pull a randomly generated directory of files from the device."""
920 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
934 """Pull a directory into a symlink to a directory.
955 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink)
969 """Pull a directory into a colliding symlink to directory."""
988 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir)
1000 """Pull a directory of files from the device to a nonexistent path."""
1012 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir)
1024 """Pull a symlink to a directory of symlinks to files."""
1045 self.device.pull(remote=remote_symlink, local=host_dir)
1058 """Pull a directory containing an empty directory from the device."""
1066 self.device.pull(remote=remote_empty_path, local=host_dir)
1073 """Pull a randomly generated directory of files from the device."""
1091 self.device._simple_call(['pull'] + paths + [host_dir])
1192 # pull.
1193 self.device.pull(remote_path, tf.name)
1241 While running adb pull with a large file, kill adb server.
1252 # 2. Pull the large file on host.
1254 ['pull','/data/local/tmp/tmp_large_file', file_path])