Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getImageRootfsPath
Function
getImageRootfsPath
src/appc/spec.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
53
string getImageRootfsPath(const string& imagePath)
54
{
55
return path::join(imagePath,
"rootfs"
);
56
}
57
58
59
string getImageManifestPath(const string& imagePath)
Callers
2
validateLayout
Function · 0.70
createTestImage
Method · 0.50
Calls
1
join
Function · 0.50
Tested by
no test coverage detected