MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / OpenDirectory

Method OpenDirectory

Sources/Shared/IO/AndroidAssetStream.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected