MCPcopy Create free account
hub / github.com/OGRECave/ogre / stat

Class stat

OgreMain/src/OgreFileSystem.cpp:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 int ret = _wstat(to_wpath(full_path).c_str(), &tagStat);
351#else
352 struct stat tagStat;
353 int ret = stat(full_path.c_str(), &tagStat);
354#endif
355 size_t st_size = ret == 0 ? tagStat.st_size : 0;

Callers 3

_openFileStreamFunction · 0.70
existsMethod · 0.70
getModifiedTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected