MCPcopy Create free account
hub / github.com/Kitware/CMake / stat

Class stat

Source/cmake.cxx:3639–3639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3637{
3638 std::string fullPath = cmStrCat(this->GetHomeOutputDirectory(), '/', fname);
3639 struct stat st;
3640 if (::stat(fullPath.c_str(), &st)) {
3641 return;
3642 }

Callers 1

TruncateOutputLogMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…