Lines Matching refs:mount_point
51 self.mount_point = None
59 self.mount_point = [
60 fs.mount_point
66 self.mount_point = target.path.join(mount_root, self.mount_name)
68 .format(self.mount_point), as_root=True)
72 self.mount_point),
83 self.kind, self.mount_point, self._noprefix)
110 .format(self.target.busybox, self.mount_point),
114 cg = cg.replace(self.mount_point + '/', '/')
115 cg = cg.replace(self.mount_point, '/')
219 self.directory = controller.mount_point
221 self.directory = self.target.path.join(controller.mount_point, name[1:])
356 controller.mount_point)