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

Class stat

Tests/Complex/Executable/complex.cxx:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67void TestAndRemoveFile(char const* filename)
68{
69 struct stat st;
70 if (stat(filename, &st) < 0) {
71 cmFailed("Could not find file: ", filename);
72 } else {

Callers 2

TestAndRemoveFileFunction · 0.70
TestDirFunction · 0.70

Calls

no outgoing calls

Tested by 2

TestAndRemoveFileFunction · 0.56
TestDirFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…