MCPcopy Create free account
hub / github.com/apache/mesos / stat

Class stat

src/slave/containerizer/docker.cpp:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501
502 // Get user and group info for this task based on the sandbox directory.
503 struct stat s;
504 if (::stat(directory.c_str(), &s) < 0) {
505 return Error("Failed to get ownership for '" + directory + "': " +
506 os::strerror(errno));

Callers 2

cgroupsStatisticsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected