MCPcopy Create free account
hub / github.com/cinder/Cinder / AssetFileSystem_flength

Function AssetFileSystem_flength

src/cinder/app/android/AssetFileSystem.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88long int AssetFileSystem_flength( AssetFileSystem_FILE * stream )
89{
90 long int n = AAsset_getLength( stream );
91 return n;
92}
93
94} } } // namespace cinder::app

Callers 1

setupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected