MCPcopy 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
53string getImageRootfsPath(const string& imagePath)
54{
55 return path::join(imagePath, "rootfs");
56}
57
58
59string getImageManifestPath(const string& imagePath)

Callers 2

validateLayoutFunction · 0.70
createTestImageMethod · 0.50

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected