Home
last modified time | relevance | path

Searched refs:I_GetHomeDir (Results 1 – 2 of 2) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Di_system.cpp368 std::string I_GetHomeDir(std::string user = "") in I_GetHomeDir() function
396 std::string path = I_GetHomeDir(); in I_GetUserFileName()
459 path = I_GetHomeDir(user) + path.substr(slash_pos, end_pos - slash_pos); in I_ExpandHomeDir()
/dports/games/odamex/odamex-src-0.7.0/client/sdl/
H A Di_system.cpp445 std::string I_GetHomeDir(std::string user = "") in I_GetHomeDir() function
481 std::string path = I_GetHomeDir(); in I_GetUserFileName()
552 path = I_GetHomeDir(user) + path.substr(slash_pos, end_pos - slash_pos); in I_ExpandHomeDir()