Home | History | Annotate | Download | only in cros

Lines Matching defs:mount

292     def mount(self, path, filesystem_type=None, options=None):
293 """Invokes the CrosDisks Mount method.
296 path: The device path to mount.
305 self.interface.Mount(path, filesystem_type, options)
311 path: The device or mount path to unmount.
527 mount program for mounting the image.
569 """Removes the mount directory if one has been created."""
599 mount directory has been created.
663 logging.debug('Cleaning up remaining mount points of loop device "%s"',
688 def mount(self, options=None):
692 options: An optional list of mount options.
710 utils.run('mount -t %s %s %s %s' %
715 message = ('Failed to mount virtual filesystem image "%s": %s' %