| 32860 | #undef JNI_CLASS_MEMBERS |
| 32861 | |
| 32862 | String getSystemProperty (const String& name) |
| 32863 | { |
| 32864 | return juceString (LocalRef<jstring> ((jstring) getEnv()->CallStaticObjectMethod (SystemClass, |
| 32865 | SystemClass.getProperty, |
| 32866 | javaString (name).get()))); |
| 32867 | } |
| 32868 | } |
| 32869 | |
| 32870 | SystemStats::OperatingSystemType SystemStats::getOperatingSystemType() |
no test coverage detected