Lines Matching refs:destination_dir
86 skip_subdirs, allowed_projects, destination_dir, argument
125 os.path.join(destination_dir, current_dir_relative))
158 os.path.join(destination_dir, current_dir_relative))
207 def _AddArtifactDirectories(self, source_dir, destination_dir, skip_subdirs): argument
230 out_destination = os.path.join(destination_dir, subdir)
237 os.path.join(destination_dir, '.repo'))
243 def _AddOverlays(self, source_dir, overlay_dirs, destination_dir, argument
266 intermediate_work_dir = self._HideDir(destination_dir)
269 skip_subdirs = self._AddArtifactDirectories(source_dir, destination_dir,
287 skip_subdirs, allowed_projects, destination_dir,
294 destination_dir, argument
310 conflict_path, replacement = self._FindBindMountConflict(destination_dir)
314 % (source_dir, destination_dir, conflict_path))
318 self._bind_mounts[destination_dir] = BindMount(
442 destination_dir=None, argument
458 if not destination_dir:
459 destination_dir = source_dir
483 source_dir, overlay_dirs, destination_dir,
491 path_to = os.path.join(destination_dir, path_relative_to)