Home
last modified time | relevance | path

Searched refs:destination_dir (Results 1 – 2 of 2) sorted by relevance

/tools/treble/build/sandbox/
Doverlay.py86 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,
[all …]
Doverlay_test.py35 self.destination_dir = tempfile.mkdtemp()
301 destination_dir=self.destination_dir)
305 bind_destination = os.path.join(self.destination_dir, 'from_dir')