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

Class stat

Source/kwsys/SystemTools.cxx:1329–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327 }
1328#else
1329 struct stat fileStat;
1330 if (stat(file.c_str(), &fileStat) == 0) {
1331 id = FileId(fileStat.st_dev, fileStat.st_ino, fileStat.st_size);
1332 return true;

Callers 10

GetFileIdMethod · 0.70
SameFileMethod · 0.70
StatMethod · 0.70
FileTimeCompareMethod · 0.70
FilesDifferMethod · 0.70
FileLengthMethod · 0.70
ModifiedTimeMethod · 0.70
CreationTimeMethod · 0.70
FileIsDirectoryMethod · 0.70
GetPermissionsMethod · 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…