HomeSort by relevance Sort by last modified time
    Searched defs:unmount (Results 1 - 6 of 6) sorted by null

  /development/gsi/gsi_util/gsi_util/mounters/
base_mounter.py 179 def unmount(self): member in class:BaseMounter
  /external/autotest/client/common_lib/cros/
smbprovider.py 119 def unmount(self, mount_id): member in class:SmbProvider
136 return self._smbproviderd.Unmount(_proto_to_blob(proto))
  /external/autotest/client/bin/
partition.py 287 Unmount a mounted partition
292 p.unmount(record=False)
365 parallel(partitions, 'unmount') # unmount all partitions in parallel
431 self.unmount(ignore_status=True, record=False)
469 self.unmount()
703 all mounts on this mountpoint and unmount them.
733 def unmount(self, ignore_status=False, record=True): member in class:partition
  /external/autotest/client/cros/
cros_disks.py 346 def unmount(self, path, options=None): member in class:CrosDisksClient
347 """Invokes the CrosDisks Unmount method.
350 path: The device or mount path to unmount.
358 return self.interface.Unmount(path, dbus.Array(options, signature='s'))
722 self.unmount()
788 def unmount(self): member in class:VirtualFilesystemImage
799 message = ('Failed to unmount virtual filesystem image "%s": %s' %
cryptohome.py 373 """Unmount the given user's vault.
378 __run_cmd(CRYPTOHOME_CMD + ' --action=unmount')
381 raise ChromiumOSError('Cryptohome did not unmount the user.')
733 def unmount(self, user): member in class:CryptohomeProxy
736 Returns True if the unmount suceeds or false otherwise.
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Special_Events.py 80 def unmount(self, _object, _attributes={}, **_arguments): member in class:Special_Events_Events
81 """unmount: Unmount and eject (if necessary) a volume

Completed in 330 milliseconds