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

Class stat

Source/cmFileTime.cxx:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#if !defined(_WIN32) || defined(__CYGWIN__)
20 // POSIX version. Use the stat function.
21 struct stat fst;
22 if (::stat(fileName.c_str(), &fst) != 0) {
23 return false;
24 }

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…