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

Method Stat

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

Source from the content-addressed store, hash-verified

1517}
1518
1519int SystemTools::Stat(char const* path, SystemTools::Stat_t* buf)
1520{
1521 if (!path) {
1522 errno = EFAULT;
1523 return -1;
1524 }
1525 return SystemTools::Stat(std::string(path), buf);
1526}
1527
1528int SystemTools::Stat(std::string const& path, SystemTools::Stat_t* buf)
1529{

Callers

nothing calls this directly

Calls 3

c_strMethod · 0.80
statClass · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected