fs: add extension GetEntryList to AesCtrCounterExtendedStorage

This commit is contained in:
Michael Scire 2022-06-11 16:54:02 -07:00
parent ea7f51a279
commit d75f9bbedf
2 changed files with 63 additions and 1 deletions

View file

@ -123,6 +123,8 @@ namespace ams::fssystem {
AMS_UNUSED(size);
R_THROW(fs::ResultUnsupportedSetSizeForAesCtrCounterExtendedStorage());
}
Result GetEntryList(Entry *out_entries, s32 *out_entry_count, s32 entry_count, s64 offset, s64 size);
private:
Result Initialize(IAllocator *allocator, const void *key, size_t key_size, u32 secure_value, fs::SubStorage data_storage, fs::SubStorage table_storage);
};