MCPcopy 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

getFileTimesMethod · 0.70
createPathMethod · 0.70
isFileMethod · 0.70
isDirectoryMethod · 0.70
getFileSizeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected