MCPcopy Create free account
hub / github.com/Kitware/VTK / stat

Class stat

Examples/Android/NativeVTK/jni/main.cxx:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 // sometimes if this is the first time we run the app
136 // then we need to create the internal storage "files" directory
137 struct stat sb;
138 int32_t res = stat(dataPath.c_str(), &sb);
139 if (0 == res && sb.st_mode & S_IFDIR)
140 {

Callers 1

android_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected