MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / stat

Class stat

src/OpenColorIO/Platform.cpp:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337 if (_wstat(Platform::Utf8ToUtf16(filename).c_str(), &fileInfo) == 0)
338#else
339 struct stat fileInfo;
340 if (stat(filename.c_str(), &fileInfo) == 0)
341#endif
342 {

Callers 1

CreateFileContentHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected