Searched defs:unmount (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/bin/
H A Dpartition.py290 p.unmount(record=False)
363 parallel(partitions, 'unmount') # unmount all partitions in parallel
446 self.unmount(ignore_status=True, record=False)
484 self.unmount()
718 all mounts on this mountpoint and unmount them.
748 def unmount(self, ignore_status=False, record=True): member in class:partition
/external/autotest/client/cros/
H A Dcryptohome.py240 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
243 raise ChromiumOSError('Cryptohome did not unmount the user.')
452 def unmount(self, user): member in class:CryptohomeProxy
455 Returns True if the unmount suceeds or false otherwise.
456 TODO(ellyjones): Once there's a per-user unmount method, use it. See
H A Dcros_disks.py307 def unmount(self, path, options=None): member in class:CrosDisksClient
311 path: The device or mount path to unmount.
661 self.unmount()
720 def unmount(self): member in class:VirtualFilesystemImage
731 message = ('Failed to unmount virtual filesystem image "%s": %s' %

Completed in 216 milliseconds