Lines Matching refs:skip_subdirs
80 def _AddOverlay(self, overlay_dir, intermediate_work_dir, skip_subdirs, argument
105 if current_dir_origin in skip_subdirs:
131 if current_dir_origin in skip_subdirs:
152 if subdir_origin not in skip_subdirs:
175 def _AddArtifactDirectories(self, source_dir, destination_dir, skip_subdirs): argument
196 if out_origin in skip_subdirs:
200 skip_subdirs.add(out_origin)
207 skip_subdirs.add(repo_origin)
209 return skip_subdirs
212 skip_subdirs, rw_whitelist): argument
230 skip_subdirs = self._AddArtifactDirectories(source_dir, destination_dir,
231 skip_subdirs)
243 skip_subdirs.add(os.path.join(source_dir, 'overlays'))
247 skip_subdirs, destination_dir, rw_whitelist)
331 skip_subdirs = set(whiteout_list)
345 source_dir, overlay_dirs, destination_dir, skip_subdirs, rw_whitelist)