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

Class stat

Source/cmFileTimes.cxx:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95#else
96 struct stat st;
97 if (stat(fileName.c_str(), &st) < 0) {
98 return cmsys::Status::POSIX_errno();
99 }

Callers 1

LoadMethod · 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…