Commit 249316c8 authored by Max Kellermann's avatar Max Kellermann

storage/udisks: implement MapFS()

parent cd244494
...@@ -108,6 +108,10 @@ public: ...@@ -108,6 +108,10 @@ public:
std::string MapUTF8(const char *uri_utf8) const noexcept override; std::string MapUTF8(const char *uri_utf8) const noexcept override;
AllocatedPath MapFS(const char *uri_utf8) const noexcept override {
return mounted_storage->MapFS(uri_utf8);
}
const char *MapToRelativeUTF8(const char *uri_utf8) const noexcept override; const char *MapToRelativeUTF8(const char *uri_utf8) const noexcept override;
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment