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

Class stat

Source/cmSystemTools.cxx:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299cmsys::Status ReadNameOnDisk(std::string const& path, std::string& name)
300{
301 struct stat stat_path;
302 if (lstat(path.c_str(), &stat_path) != 0) {
303 return cmsys::Status::POSIX(errno);
304 }

Callers 2

FileModeGuardMethod · 0.70
RestoreMethod · 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…