Lines Matching refs:join
72 path_in_source = os.path.join(bind_mount.source_dir, relative_path)
115 os.path.join(destination_dir, current_dir_relative))
147 os.path.join(destination_dir, current_dir_relative))
156 subdir_origin = os.path.join(current_dir_origin, subdir)
159 subdir_destination = os.path.join(intermediate_work_dir,
165 file_origin = os.path.join(current_dir_origin, file)
166 file_destination = os.path.join(current_dir_destination, file)
195 main_out_dir = os.path.join(source_dir, 'out')
201 out_origin = os.path.join(source_dir, subdir)
204 out_destination = os.path.join(destination_dir, subdir)
208 repo_origin = os.path.join(source_dir, '.repo')
211 os.path.join(destination_dir, '.repo'))
251 skip_subdirs.add(os.path.join(source_dir, 'overlays'))
323 rw_allowlist = {os.path.join(source_dir, p) for p in build_config.allow_readwrite}
392 overlay_dir = os.path.join(source_dir, 'overlays', overlay_dir)
401 path_from = os.path.join(source_dir, path_relative_from)
403 path_to = os.path.join(destination_dir, path_relative_to)
413 print('Applied overlays ' + ' '.join(self._overlay_dirs))