Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ stat
Class
stat
src/openrct2/platform/Platform.Android.cpp:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
uint64_t lastModified = 0;
183
struct stat statInfo{};
184
if (stat(std::string(path).c_str(), &statInfo) == 0)
185
{
186
lastModified = statInfo.st_mtime;
Callers
2
GetLastModified
Function · 0.70
GetFileSize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected