MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GetServerLockFolder

Function GetServerLockFolder

Source/Common/FEXServerClient.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70static int ServerFD {-1};
71
72fextl::string GetServerLockFolder() {
73 return FEXCore::Config::GetDataDirectory() + "Server/";
74}
75
76fextl::string GetServerLockFile() {
77 return GetServerLockFolder() + "Server.lock";

Callers 3

GetServerLockFileFunction · 0.85
GetServerRootFSLockFileFunction · 0.85
InitializeServerPipeFunction · 0.85

Calls 1

GetDataDirectoryFunction · 0.85

Tested by

no test coverage detected