| 260 | } |
| 261 | |
| 262 | AAssetDir* AndroidAssetStream::OpenDirectory(const Containers::StringView path) |
| 263 | { |
| 264 | return AAssetManager_openDir(_nativeActivity->assetManager, path.data()); |
| 265 | } |
| 266 | |
| 267 | void AndroidAssetStream::CloseDirectory(AAssetDir* assetDir) |
| 268 | { |