Searched defs:MountPointInfo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dmount_points.cc9 MountPoints::MountPointInfo::MountPointInfo() {} function in class:storage::MountPoints::MountPointInfo
10 MountPoints::MountPointInfo::MountPointInfo( function in class:storage::MountPoints::MountPointInfo
H A Dmount_points.h28 struct STORAGE_EXPORT MountPointInfo { struct in class:storage::MountPoints
29 MountPointInfo();
30 MountPointInfo(const std::string& name, const base::FilePath& path);
41 bool operator<(const MountPointInfo& that) const {
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux.h66 struct MountPointInfo { struct in class:storage_monitor::StorageMonitorLinux
79 // Mapping of mount points to MountPointInfo.
80 typedef std::map<base::FilePath, MountPointInfo> MountMap;
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager.h175 struct MountPointInfo { struct in class:chromeos::disks::DiskMountManager
185 MountPointInfo(const std::string& source, function in struct:chromeos::disks::DiskMountManager::MountPointInfo
197 typedef std::map<std::string, MountPointInfo> MountPointMap;
222 const MountPointInfo& mount_info) = 0;
284 virtual bool AddMountPointForTest(const MountPointInfo& mount_point);

Completed in 3016 milliseconds