Searched refs:destination_dir (Results 1 – 1 of 1) sorted by relevance
/tools/treble/build/sandbox/ |
D | overlay.py | 81 destination_dir, rw_whitelist): argument 111 os.path.join(destination_dir, current_dir_relative)) 141 os.path.join(destination_dir, current_dir_relative)) 175 def _AddArtifactDirectories(self, source_dir, destination_dir, skip_subdirs): argument 198 out_destination = os.path.join(destination_dir, subdir) 205 os.path.join(destination_dir, '.repo')) 211 def _AddOverlays(self, source_dir, overlay_dirs, destination_dir, argument 227 intermediate_work_dir = self._HideDir(destination_dir) 230 skip_subdirs = self._AddArtifactDirectories(source_dir, destination_dir, 247 skip_subdirs, destination_dir, rw_whitelist) [all …]
|