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

Class stat

ThirdParty/libxml2/vtklibxml2/runtest.c:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341static int checkTestFile(const char *filename) {
342 struct stat buf;
343
344 if (stat(filename, &buf) == -1)
345 return(0);

Callers 3

checkTestFileFunction · 0.70
compareFileMemFunction · 0.70
loadMemFunction · 0.70

Calls

no outgoing calls

Tested by 3

checkTestFileFunction · 0.56
compareFileMemFunction · 0.56
loadMemFunction · 0.56