Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void 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
TestAndRemoveFile
Function · 0.70
TestDir
Function · 0.70
Calls
no outgoing calls
Tested by
2
TestAndRemoveFile
Function · 0.56
TestDir
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…