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

Function GetServerRootFSLockFile

Source/Common/FEXServerClient.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80fextl::string GetServerRootFSLockFile() {
81 return GetServerLockFolder() + "RootFS.lock";
82}
83
84fextl::string GetTempFolder() {
85 const std::array<const char*, 5> Vars = {

Callers 2

InitializeSquashFSPipeFunction · 0.85
UnmountRootFSFunction · 0.85

Calls 1

GetServerLockFolderFunction · 0.85

Tested by

no test coverage detected