[VFS] Change file attributes or timestamps.
Changing these options is only viable for r/w mounted host devices (Cache) Changing attributes works only on windows Changing timestamps is mocked and logged to see if there is any title that uses it
This commit is contained in:
@@ -40,6 +40,11 @@ class HostPathEntry : public Entry {
|
||||
size_t length) override;
|
||||
void update() override;
|
||||
|
||||
bool SetAttributes(uint64_t attributes) override;
|
||||
bool SetCreateTimestamp(uint64_t timestamp) override;
|
||||
bool SetAccessTimestamp(uint64_t timestamp) override;
|
||||
bool SetWriteTimestamp(uint64_t timestamp) override;
|
||||
|
||||
private:
|
||||
friend class HostPathDevice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user