Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ stat
Class
stat
engine/source/platformAndroid/AndroidFileio.cpp:406–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
if (Ok == currentStatus || EOS == currentStatus)
405
{
406
struct stat statData;
407
408
if(fstat(fileno((FILE*)handle), &statData) != 0)
409
return 0;
Callers
5
getFileTimes
Method · 0.70
createPath
Method · 0.70
isFile
Method · 0.70
isDirectory
Method · 0.70
getFileSize
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected