mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
fs: add extension GetEntryList to AesCtrCounterExtendedStorage
This commit is contained in:
parent
ea7f51a279
commit
d75f9bbedf
2 changed files with 63 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue