Searched defs:disks (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chromeos/disks/
H A Dmock_disk_mount_manager.h12 #include "chromeos/disks/disk_mount_manager.h"
17 namespace disks { namespace in namespace:chromeos
28 MOCK_CONST_METHOD0(disks, const DiskMountManager::DiskMap&(void));
77 // Is used to implement disks.
97 // The list of disks found.
106 } // namespace disks
H A Dmock_disk_mount_manager.cc5 #include "chromeos/disks/mock_disk_mount_manager.h"
19 namespace disks { namespace in namespace:chromeos
54 ON_CALL(*this, disks())
159 EXPECT_CALL(*this, disks())
245 } // namespace disks
H A Ddisk_mount_manager.h15 namespace disks { namespace in namespace:chromeos
24 // This class handles the interaction with cros-disks.
75 // The path of the device, used by devicekit-disks.
229 // Gets the list of disks found.
230 virtual const DiskMap& disks() const = 0;
239 // Requests refreshing all the information about mounted disks.
304 } // namespace disks
H A Ddisk_mount_manager.cc5 #include "chromeos/disks/disk_mount_manager.h"
18 namespace disks { namespace in namespace:chromeos
198 virtual const DiskMap& disks() const OVERRIDE { return disks_; }
414 // Ignore disks coming from the device we booted the system from.
454 // Initiate properties fetch for all removable disks,
465 // Search and remove disks that are no longer present.
492 // Search and remove disks that are no longer present.
526 LOG(ERROR) << "Error while handling disks metadata. Cannot find "
575 // Depending on cros disks implementation the event may return either file
607 // The list of disks foun
[all...]
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler.cc12 #include "chromeos/disks/disk_mount_manager.h"
17 using disks::DiskMountManager;
47 const DiskMountManager::DiskMap& disks = disk_mount_manager_->disks(); local
49 for (DiskMountManager::DiskMap::const_iterator iter = disks.begin();
50 iter != disks.end();
/external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
H A Dimageburner_ui.cc129 virtual void OnDeviceAdded(const disks::DiskMountManager::Disk& disk)
137 virtual void OnDeviceRemoved(const disks::DiskMountManager::Disk& disk)
187 void CreateDiskValue(const disks::DiskMountManager::Disk& disk,
195 disks::DiskMountManager::DeviceTypeToString(disk.device_type()));
200 const std::vector<disks::DiskMountManager::Disk> disks local
203 for (size_t i = 0; i != disks.size(); ++i) {
205 CreateDiskValue(disks[i], disk_value);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc307 const chromeos::MountLibrary::DiskMap& disks = mount_lib->disks(); local
309 for (chromeos::MountLibrary::DiskMap::const_iterator iter = disks.begin();
310 iter != disks.end();
/external/grub/grub/
H A Dasmstub.c84 struct geometry *disks = 0; variable in typeref:struct:geometry
151 assert (disks == 0);
152 disks = malloc (NUM_DISKS * sizeof (*disks));
153 assert (disks);
156 disks[i].flags = -1;
200 if (disks[i].flags != -1)
205 ioctl (disks[i].flags, BLKFLSBUF, 0);
209 close (disks[i].flags);
218 free (disks);
[all...]
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h116 struct list_head disks; member in struct:mddev_s
312 * iterates through the 'same array disks' ringlist
315 ITERATE_RDEV_GENERIC((mddev)->disks,rdev,tmp)
318 * Iterates through 'pending RAID disks'
H A Dmd_p.h32 * 128 - 511 12 32-words descriptors of the disks in the raid set.
130 __u32 nr_disks; /* 9 total disks in the raid set */
131 __u32 raid_disks; /* 10 disks in a fully functional raid set */
144 __u32 active_disks; /* 2 Number of currently active disks */
145 __u32 working_disks; /* 3 Number of working disks */
146 __u32 failed_disks; /* 4 Number of failed disks */
147 __u32 spare_disks; /* 5 Number of spare disks */
181 mdp_disk_t disks[MD_SB_DISKS]; member in struct:mdp_superblock_s

Completed in 214 milliseconds