Searched refs:mount_path (Results 1 – 3 of 3) sorted by relevance
19 const std::string& mount_path, in Disk() argument32 mount_path_(mount_path), in Disk()134 const char* mount_path, in MountRemovableDeviceCallback() argument140 mount_path, in MountRemovableDeviceCallback()148 const char* mount_path, in UnmountRemovableDeviceCallback() argument197 const char* mount_path, in OnMountRemovableDevice() argument202 if (error == MOUNT_METHOD_ERROR_NONE && device_path && mount_path) { in OnMountRemovableDevice()211 disk->set_mount_path(mount_path); in OnMountRemovableDevice()280 if (disk->mount_path() != NULL) in OnGetDiskProperties()281 mountpath = disk->mount_path(); in OnGetDiskProperties()
39 const std::string& mount_path,54 const std::string& mount_path() const { return mount_path_; } in mount_path() function78 void set_mount_path(const char* mount_path) { mount_path_ = mount_path; } in set_mount_path() argument
42 result->SetString("mountPath", disk->mount_path()); in DiskToDictionaryValue()150 if (disk->mount_path().empty()) { in OnDiskAdded()179 if (!disk->mount_path().empty()) { in OnDiskChanged()185 disk->mount_path())); in OnDiskChanged()188 FileManagerUtil::ShowFullTabUrl(profile_, FilePath(disk->mount_path())); in OnDiskChanged()216 std::string mount_path; in ShowDeviceNotification() local