Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Doverlay.py82 allowed_projects, destination_dir, allowed_read_write): argument
115 os.path.join(destination_dir, current_dir_relative))
147 os.path.join(destination_dir, current_dir_relative))
181 def _AddArtifactDirectories(self, source_dir, destination_dir, skip_subdirs): argument
204 out_destination = os.path.join(destination_dir, subdir)
211 os.path.join(destination_dir, '.repo'))
217 def _AddOverlays(self, source_dir, overlay_dirs, destination_dir, argument
235 intermediate_work_dir = self._HideDir(destination_dir)
238 skip_subdirs = self._AddArtifactDirectories(source_dir, destination_dir,
256 destination_dir, allowed_read_write)
[all …]
Doverlay_test.py35 self.destination_dir = tempfile.mkdtemp()
221 destination_dir=self.destination_dir)
225 bind_destination = os.path.join(self.destination_dir, 'from_dir')