MCPcopy Create free account
hub / github.com/defold/defold / UnmapAsset

Function UnmapAsset

engine/resource/src/mount/mount_android.cpp:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101 Result UnmapAsset(void*& asset, uint32_t size)
102 {
103 if (asset != 0x0)
104 {
105 AAsset_close((AAsset*)asset);
106 }
107 return RESULT_OK;
108 }
109
110 Result UnmapFile(void*& map, uint32_t size)
111 {

Callers 2

MountArchiveInternalFunction · 0.70
UnmountArchiveInternalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected