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

  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 113 DiskMap::const_iterator disk = disks_.find(device_path); variable
114 if (disk == disks_.end()) {
120 UnmountPath(disk->second->mount_path(),
203 virtual const Disk* FindDiskBySourcePath(const std::string& source_path)
215 virtual bool AddDiskForTest(Disk* disk) OVERRIDE {
216 if (disks_.find(disk->device_path()) != disks_.end()) {
217 LOG(ERROR) << "Attempt to add a duplicate disk";
221 disks_.insert(std::make_pair(disk->device_path(), disk));
336 Disk* disk = iter->second; local
390 DiskMap::const_iterator disk = disks_.find(device_path); local
434 Disk* disk = new Disk(disk_info.device_path(), local
475 Disk* disk = iter->second; local
502 Disk* disk = iter->second; local
    [all...]
disk_mount_manager.h 52 class Disk {
54 Disk(const std::string& device_path,
73 ~Disk();
94 // If disk is a parent, then its label, else parents label.
167 typedef std::map<std::string, Disk*> DiskMap;
201 // Implement this interface to be notified about disk/mount related events.
206 // Called when disk mount status is changed.
207 virtual void OnDiskEvent(DiskEvent event, const Disk* disk) = 0;
232 // Returns Disk object corresponding to |source_path| or NULL on failure
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 846 VDS_DISK_NOTIFICATION Disk;
    [all...]

Completed in 1536 milliseconds