Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ getUserDataPath
Method
getUserDataPath
components/files/linuxpath.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
std::filesystem::path LinuxPath::getUserDataPath() const
63
{
64
return getEnv(
"XDG_DATA_HOME"
, getUserHome() /
".local/share"
) / mName;
65
}
66
67
std::filesystem::path LinuxPath::getCachePath() const
68
{
Callers
9
ConfigurationManager
Method · 0.45
readConfiguration
Method · 0.45
FixedPath
Method · 0.45
DocumentManager
Method · 0.45
Document
Method · 0.45
runNavMeshTool
Function · 0.45
MainWizard
Method · 0.45
initializePage
Method · 0.45
prepareEngine
Method · 0.45
Calls
2
getEnv
Function · 0.85
getUserHome
Function · 0.70
Tested by
no test coverage detected