Searched refs:remote_path (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/ |
D | test_device.py | 729 def _verify_remote(self, checksum, remote_path): argument 731 remote_path])[0].split() 771 remote_path = posixpath.join(self.DEVICE_TEMP_DIR, 774 self._verify_remote(temp_file.checksum, remote_path) 861 remote_path = posixpath.join(self.DEVICE_TEMP_DIR, 863 self._verify_remote(temp_file.checksum, remote_path) 866 remote_path = posixpath.join(self.DEVICE_TEMP_DIR, 870 self._verify_remote(temp_file.checksum, remote_path) 1170 remote_path = u'/data/local/tmp/adb-test-{}'.format(name) 1175 self.device.push(tf.name, remote_path) [all …]
|
D | file_sync_client.cpp | 57 static void ensure_trailing_separators(std::string& local_path, std::string& remote_path) { in ensure_trailing_separators() argument 61 if (remote_path.back() != '/') { in ensure_trailing_separators() 62 remote_path.push_back('/'); in ensure_trailing_separators() 83 const std::string& remote_path, in copyinfo() 86 : lpath(local_path), rpath(remote_path), mode(mode) { in copyinfo()
|