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

Function ResourceSize

engine/dlib/src/dlib/sys_web.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 Result ResourceSize(const char* path, uint32_t* resource_size)
154 {
155 return dmSysPosix::ResourceSize(path, resource_size);
156 }
157
158 Result LoadResource(const char* path, void* buffer, uint32_t buffer_size, uint32_t* resource_size)
159 {

Callers 4

TESTFunction · 0.50
LoadAndSetSslKeysFunction · 0.50
LoadManifestFunction · 0.50
GetFileSizeFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40