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

Function MountManifest

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

Source from the content-addressed store, hash-verified

117 }
118
119 Result MountManifest(const char* manifest_filename, void*& out_map, uint32_t& out_size)
120 {
121 out_size = 0;
122 return MapFile(manifest_filename, out_map, out_size);
123 }
124
125 Result UnmountManifest(void *& map, uint32_t size)
126 {

Callers

nothing calls this directly

Calls 1

MapFileFunction · 0.70

Tested by

no test coverage detected