Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
fextl::string GetServerRootFSLockFile() {
81
return GetServerLockFolder() +
"RootFS.lock"
;
82
}
83
84
fextl::string GetTempFolder() {
85
const std::array<const char*, 5> Vars = {
Callers
2
InitializeSquashFSPipe
Function · 0.85
UnmountRootFS
Function · 0.85
Calls
1
GetServerLockFolder
Function · 0.85
Tested by
no test coverage detected