QueryFileSystemAttributes/QueryVolume for STFS/ISO.
This commit is contained in:
@@ -26,10 +26,6 @@ class HostPathDevice : public Device {
|
||||
|
||||
std::unique_ptr<Entry> ResolvePath(const char* path) override;
|
||||
|
||||
X_STATUS QueryVolume(XVolumeInfo* out_info, size_t length) override;
|
||||
X_STATUS QueryFileSystemAttributes(XFileSystemAttributeInfo* out_info,
|
||||
size_t length) override;
|
||||
|
||||
private:
|
||||
std::wstring local_path_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user