• Home
  • Raw
  • Download

Lines Matching refs:join

483         large_input = b'\n'.join(characters)
509 script = ";".join([x.strip() for x in script.strip().splitlines()])
547 thread.join()
751 full_path = posixpath.join(in_dir, base_name)
819 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
840 empty_dir_path = os.path.join(host_dir, 'empty')
845 remote_path = os.path.join(self.DEVICE_TEMP_DIR, "empty")
868 with open(os.path.join(host_dir, 'foo'), 'w') as f:
871 symlink_path = os.path.join(host_dir, 'symlink')
878 ['cat', posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')])
900 subdir = os.path.join(host_dir, 'subdir')
910 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
915 remote_path = posixpath.join(self.DEVICE_TEMP_DIR,
1026 host_path = os.path.join(
1046 real_dir = os.path.join(host_dir, 'dir')
1047 symlink = os.path.join(host_dir, 'symlink')
1061 host_path = os.path.join(
1078 real_dir = os.path.join(host_dir, 'real')
1080 symlink = os.path.join(host_dir, tmp_dirname)
1094 host_path = os.path.join(real_dir, temp_file.base_name)
1106 dest_dir = os.path.join(host_dir, 'dest')
1118 host_path = os.path.join(dest_dir, temp_file.base_name)
1132 remote_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'contents')
1133 remote_links = posixpath.join(self.DEVICE_TEMP_DIR, 'links')
1134 remote_symlink = posixpath.join(self.DEVICE_TEMP_DIR, 'symlink')
1147 posixpath.join(remote_links, temp_file.base_name)])
1152 host_path = os.path.join(
1166 remote_empty_path = posixpath.join(self.DEVICE_TEMP_DIR, 'empty')
1171 self.assertTrue(os.path.isdir(os.path.join(host_dir, 'empty')))
1182 subdir = posixpath.join(self.DEVICE_TEMP_DIR, 'subdir')
1198 local_path = os.path.join(host_dir, temp_file.base_name)
1202 local_path = os.path.join(host_dir,
1216 device_full_path = posixpath.join(
1262 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'sync_src_dst')
1284 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'sync_src_dst')
1291 host_paths = [os.path.join(temp_dir, x.base_name) for x in temp_files]
1307 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'push_dry_run')
1308 device_file = posixpath.join(device_dir, 'file')
1314 host_file = posixpath.join(host_dir, 'file')
1333 device_dir = posixpath.join(self.DEVICE_TEMP_DIR, 'push_dry_run')
1334 device_file = posixpath.join(device_dir, 'file')
1341 host_file = posixpath.join(host_dir, 'file')
1516 thread.join()
1575 thread.join()
1760 return u'\n'.join(lines)