Lines Matching refs:join
454 large_input = '\n'.join(c * 100 for c in (string.ascii_letters +
635 full_path = posixpath.join(in_dir, base_name)
692 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
714 os.mkdir(os.path.join(host_dir, 'empty'))
719 os.path.join(self.DEVICE_TEMP_DIR, 'empty')]
742 subdir = os.path.join(host_dir, 'subdir')
752 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
757 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
838 host_path = os.path.join(
858 real_dir = os.path.join(host_dir, 'dir')
859 symlink = os.path.join(host_dir, 'symlink')
873 host_path = os.path.join(
890 real_dir = os.path.join(host_dir, 'real')
892 symlink = os.path.join(host_dir, tmp_dirname)
906 host_path = os.path.join(real_dir, temp_file.base_name)
918 dest_dir = os.path.join(host_dir, 'dest')
930 host_path = os.path.join(dest_dir, temp_file.base_name)
943 remote_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'contents')
944 remote_links = posixpath.join(self.DEVICE_TEMP_DIR, 'links')
945 remote_symlink = posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')
958 posixpath.join(remote_links, temp_file.base_name)])
963 host_path = os.path.join(
977 remote_empty_path = posixpath.join(self.DEVICE_TEMP_DIR, 'empty')
982 self.assertTrue(os.path.isdir(os.path.join(host_dir, 'empty')))
993 subdir = posixpath.join(self.DEVICE_TEMP_DIR, 'subdir')
1009 local_path = os.path.join(host_dir, temp_file.base_name)
1013 local_path = os.path.join(host_dir,
1044 device_full_path = posixpath.join(self.DEVICE_TEMP_DIR,