MCPcopy Create free account
hub / github.com/cinder/Cinder / GetNativeAssetManager

Function GetNativeAssetManager

src/cinder/app/android/AssetFileSystem.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace cinder { namespace app { namespace android {
29
30AAssetManager *GetNativeAssetManager()
31{
32 AAssetManager *assetMan = EventManagerAndroid::instance()->getNativeApp()->activity->assetManager;
33 return assetMan;
34}
35
36bool AssetFileSystem_exists( ci::fs::path path )
37{

Callers 2

AssetFileSystem_existsFunction · 0.85
AssetFileSystem_fopenFunction · 0.85

Calls 1

getNativeAppMethod · 0.80

Tested by

no test coverage detected