MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / stat

Class stat

tools/comdb2ar/util.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 std::string path;
93 makeabs(path, dirname, ent->d_name);
94 struct stat st;
95 if(stat(path.c_str(), &st) == -1) {
96 std::ostringstream ss;
97 ss << "Error stat'ing '" << path << "': "

Callers 5

listdir_internalFunction · 0.70
isDirectoryFunction · 0.70
make_dirsFunction · 0.70
output_fileFunction · 0.70
check_usenamesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected