MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / getSystemProperty

Function getSystemProperty

3rdparty/Amalgamate/juce_core_amalgam.cpp:32862–32867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
32870SystemStats::OperatingSystemType SystemStats::getOperatingSystemType()

Callers 2

getCpuVendorMethod · 0.85

Calls 4

juceStringFunction · 0.85
getEnvFunction · 0.85
javaStringFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected