Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getCsiRootDir
Function
getCsiRootDir
src/slave/paths.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
151
152
string getCsiRootDir(const string& workDir)
153
{
154
return path::join(workDir, CSI_DIR);
155
}
156
157
158
string getBootIdPath(const string& rootDir)
Callers
9
recover
Method · 0.85
applyCreateDisk
Method · 0.85
foreach
Function · 0.85
foreach
Method · 0.85
foreach
Method · 0.85
TEST_P
Function · 0.85
TearDown
Method · 0.85
TEST_P
Function · 0.85
create
Method · 0.85
Calls
1
join
Function · 0.50
Tested by
5
foreach
Method · 0.68
foreach
Method · 0.68
TEST_P
Function · 0.68
TearDown
Method · 0.68
TEST_P
Function · 0.68