Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Dnsjail.py38 _META_MOUNT_POINT = '/meta' variable
264 bind_mounts[_META_MOUNT_POINT] = BindMount(meta_root_dir, False)
265 bind_mounts[os.path.join(_META_MOUNT_POINT, meta_android_dir)] = BindMount(source_dir, False)
267 … bind_mounts[os.path.join(_META_MOUNT_POINT, meta_android_dir, 'out')] = BindMount(out_dir, False)