Lines Matching refs:join
454 large_input = '\n'.join(c * 100 for c in (string.ascii_letters +
480 script = ";".join([x.strip() for x in script.strip().splitlines()])
516 thread.join()
689 full_path = posixpath.join(in_dir, base_name)
746 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
767 empty_dir_path = os.path.join(host_dir, 'empty')
772 remote_path = os.path.join(self.DEVICE_TEMP_DIR, "empty")
795 with open(os.path.join(host_dir, 'foo'), 'w') as f:
798 symlink_path = os.path.join(host_dir, 'symlink')
805 ['cat', posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')])
827 subdir = os.path.join(host_dir, 'subdir')
837 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
842 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
939 host_path = os.path.join(
959 real_dir = os.path.join(host_dir, 'dir')
960 symlink = os.path.join(host_dir, 'symlink')
974 host_path = os.path.join(
991 real_dir = os.path.join(host_dir, 'real')
993 symlink = os.path.join(host_dir, tmp_dirname)
1007 host_path = os.path.join(real_dir, temp_file.base_name)
1019 dest_dir = os.path.join(host_dir, 'dest')
1031 host_path = os.path.join(dest_dir, temp_file.base_name)
1045 remote_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'contents')
1046 remote_links = posixpath.join(self.DEVICE_TEMP_DIR, 'links')
1047 remote_symlink = posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')
1060 posixpath.join(remote_links, temp_file.base_name)])
1065 host_path = os.path.join(
1079 remote_empty_path = posixpath.join(self.DEVICE_TEMP_DIR, 'empty')
1084 self.assertTrue(os.path.isdir(os.path.join(host_dir, 'empty')))
1095 subdir = posixpath.join(self.DEVICE_TEMP_DIR, 'subdir')
1111 local_path = os.path.join(host_dir, temp_file.base_name)
1115 local_path = os.path.join(host_dir,
1129 device_full_path = posixpath.join(
1175 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'sync_src_dst')
1335 thread.join()
1394 thread.join()
1571 return u'\n'.join(lines)