Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_SetFilePath
Function · 0.70
TEST_F
Function · 0.50
Calls
2
dmStrlCpy
Function · 0.85
SetCrashFilename
Function · 0.70
Tested by
1
TEST_F
Function · 0.40