MCPcopy Create free account
hub / github.com/crownengine/crown / getHomePath

Function getHomePath

3rdparty/bx/src/filepath.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 static bool getHomePath(char* _out, uint32_t* _inOutSize)
231 {
232 return false
233#if BX_PLATFORM_WINDOWS
234 || getEnv(_out, _inOutSize, "USERPROFILE", FileType::Dir)
235#endif // BX_PLATFORM_WINDOWS
236 || getEnv(_out, _inOutSize, "HOME", FileType::Dir)
237 ;
238 }
239
240 static bool getTempPath(char* _out, uint32_t* _inOutSize)
241 {

Callers 1

setMethod · 0.85

Calls 1

getEnvFunction · 0.70

Tested by

no test coverage detected