HomeSort by relevance Sort by last modified time
    Searched refs:storage_dict (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/
storage.py 113 def mount_volume(self, index=None, storage_dict=None, args=''):
116 Either index or storage_dict can be set, but not both at the same time.
122 @param storage_dict: (dict) the storage dictionary representing the
128 if index is None and storage_dict is None:
129 storage_dict = self.storages[0]
131 storage_dict = self.storages[index]
132 elif not isinstance(storage_dict, dict):
133 raise TypeError('Either index or storage_dict passed '
136 if storage_dict['is_mounted']:
141 logging.info('Mounting %(device)s in %(mountpoint)s.', storage_dict)
    [all...]
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 65 self.scanner.umount_volume(storage_dict=storage)
73 self.scanner.mount_volume(storage_dict=storage)
91 self.scanner.mount_volume(storage_dict=storage)
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 32 self.scanner.umount_volume(storage_dict=self._storage)
136 self.scanner.umount_volume(storage_dict=self._storage, args='-f -l')

Completed in 74 milliseconds