Home
last modified time | relevance | path

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

/external/autotest/site_utils/lxc/
Dzygote.py202 self.mounts.append(lxc_utils.BindMount.create(
209 lxc_utils.BindMount.create(source, self.host_path, destination))
263 self.mounts.append(lxc_utils.BindMount.from_existing(
267 self.mounts.append(lxc_utils.BindMount.from_existing(
Dutils.py120 class BindMount(object): class