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

Function SetFilePath

engine/crash/src/crash.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void SetFilePath(const char *filepath)
105 {
106 dmStrlCpy(g_FilePath, filepath, sizeof(g_FilePath));
107
108 SetCrashFilename(g_FilePath);
109 }
110
111 const char* GetFilePath()
112 {

Callers 2

Crash_SetFilePathFunction · 0.70
TEST_FFunction · 0.50

Calls 2

dmStrlCpyFunction · 0.85
SetCrashFilenameFunction · 0.70

Tested by 1

TEST_FFunction · 0.40