MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / stat

Class stat

src/basicio.cpp:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173int FileIo::Impl::stat(StructStat& buf) const {
174 struct stat st;
175 auto ret = ::stat(path_.c_str(), &st);
176 if (ret == 0) {
177 buf.st_size = st.st_size;

Callers 3

statMethod · 0.70
transferMethod · 0.70
readFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected