Moved QueryVolume and QueryFileSystemAttributes to Device from Entry.

This commit is contained in:
gibbed
2014-01-23 11:23:26 -08:00
parent bcf75a1b98
commit 44847e9042
17 changed files with 83 additions and 74 deletions

View File

@@ -88,16 +88,6 @@ X_STATUS STFSContainerEntry::QueryDirectory(
return X_STATUS_SUCCESS;
}
X_STATUS STFSContainerEntry::QueryVolume(XVolumeInfo* out_info, size_t length) {
XEASSERTALWAYS();
return X_STATUS_NOT_IMPLEMENTED;
}
X_STATUS STFSContainerEntry::QueryFileSystemAttributes(XFileSystemAttributeInfo* out_info, size_t length) {
XEASSERTALWAYS();
return X_STATUS_NOT_IMPLEMENTED;
}
X_STATUS STFSContainerEntry::Open(
KernelState* kernel_state,
uint32_t desired_access, bool async,