Home | History | Annotate | Download | only in cros

Lines Matching defs:mount

330     def mount(self, path, filesystem_type=None, options=None):
331 """Invokes the CrosDisks Mount method.
334 path: The device path to mount.
343 self.interface.Mount(path, filesystem_type,
350 path: The device or mount path to unmount.
354 The mount error code.
580 mount program for mounting the image.
623 """Removes the mount directory if one has been created."""
653 mount directory has been created.
724 logging.debug('Cleaning up remaining mount points of loop device "%s"',
756 def mount(self, options=None):
760 options: An optional list of mount options.
778 utils.run('mount -t %s %s %s %s' %
783 message = ('Failed to mount virtual filesystem image "%s": %s' %