Home
last modified time | relevance | path

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

/external/autotest/site_utils/lxc/
Dzygote.py95 constants.CONTAINER_HOST_DIR.lstrip(
97 self.mount_dir(self.host_path, constants.CONTAINER_HOST_DIR)
137 constants.CONTAINER_HOST_DIR,
162 src = os.path.join(constants.CONTAINER_HOST_DIR,
211 container_host_path = os.path.join(constants.CONTAINER_HOST_DIR,
Dzygote_unittest.py110 container_path=lxc.CONTAINER_HOST_DIR,
134 container_path=lxc.CONTAINER_HOST_DIR,
138 cmd = 'cat %s' % os.path.join(lxc.CONTAINER_HOST_DIR,
Dconstants.py47 CONTAINER_HOST_DIR = '/host' variable