MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / stat

Class stat

engine/Poseidon/IO/PackFiles.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static int FileTime(const char* name)
37{
38 struct stat buf;
39 memset(&buf, 0, sizeof(buf));
40 LocalPath(fn, name);
41 if (stat(fn, &buf) < 0)

Callers 3

FileTimeFunction · 0.70
ScanDirMethod · 0.70
CreateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected