Lines Matching refs:join
76 path_in_source = os.path.join(bind_mount.source_dir, relative_path)
125 os.path.join(destination_dir, current_dir_relative))
158 os.path.join(destination_dir, current_dir_relative))
185 subdir_origin = os.path.join(current_dir_origin, subdir)
193 subdir_destination = os.path.join(intermediate_work_dir,
199 file_origin = os.path.join(current_dir_origin, file)
200 file_destination = os.path.join(current_dir_destination, file)
221 main_out_dir = os.path.join(source_dir, 'out')
227 out_origin = os.path.join(source_dir, subdir)
230 out_destination = os.path.join(destination_dir, subdir)
234 repo_origin = os.path.join(source_dir, '.repo')
237 os.path.join(destination_dir, '.repo'))
283 skip_subdirs.add(os.path.join(source_dir, 'overlays'))
363 rw_allowlist = {os.path.join(source_dir, p) for p in build_config.allow_readwrite}
390 contains_rw.add(os.path.join(source_dir, path))
479 overlay_dir = os.path.join(source_dir, 'overlays', overlay.name)
489 path_from = os.path.join(source_dir, path_relative_from)
491 path_to = os.path.join(destination_dir, path_relative_to)
501 print('Applied overlays ' + ' '.join(self._overlay_dirs))