Home
last modified time | relevance | path

Searched refs:BindMount (Results 1 – 3 of 3) sorted by relevance

/tools/treble/build/sandbox/
Doverlay_test.py148 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
206 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
211 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
240 overlay.BindMount(source_dir=bind_source, readonly=False, allows_replacement=False))
245 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
275 overlay.BindMount(source_dir=bind_source, readonly=False, allows_replacement=False))
281 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
306 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
334 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
362 self.assertEqual(bind_mounts[bind_destination], overlay.BindMount(bind_source, True, False))
[all …]
Dnsjail.py29 from .overlay import BindMount
257 bind_mounts[_SOURCE_MOUNT_POINT] = BindMount(source_dir, False, False)
260 bind_mounts[_OUT_MOUNT_POINT] = BindMount(out_dir, False, False)
263 bind_mounts[_DIST_MOUNT_POINT] = BindMount(dist_dir, False, False)
269 bind_mounts[_META_MOUNT_POINT] = BindMount(meta_root_dir, False, False)
270 …bind_mounts[os.path.join(_META_MOUNT_POINT, meta_android_dir)] = BindMount(source_dir, False, Fals…
272 …bind_mounts[os.path.join(_META_MOUNT_POINT, meta_android_dir, 'out')] = BindMount(out_dir, False, …
Doverlay.py32 BindMount = collections.namedtuple( variable
318 self._bind_mounts[destination_dir] = BindMount(