Home | History | Annotate | Download | only in disks

Lines Matching refs:mount_path

55          const std::string& mount_path,
81 const std::string& mount_path() const { return mount_path_; }
140 void set_mount_path(const std::string& mount_path) {
141 mount_path_ = mount_path;
174 std::string mount_path;
185 mount_path(mount),
191 // MountPointMap key is mount_path.
257 virtual void UnmountPath(const std::string& mount_path,
262 // Example: mount_path: /media/VOLUME_LABEL
263 virtual void FormatMountedDevice(const std::string& mount_path) = 0;