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

Function GetApplicationSavePath

engine/dlib/src/dlib/sys_android.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 Result GetApplicationSavePath(const char* application_name, char* path, uint32_t path_len)
62 {
63 return GetApplicationSupportPath(application_name, path, path_len);
64 }
65
66 Result GetApplicationSupportPath(const char* application_name, char* path, uint32_t path_len)
67 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected