Searched refs:GetSystemProperty (Results 1 – 2 of 2) sorted by relevance
1671 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env,2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty() function2483 return functions->GetSystemProperty(this, property, value_ptr); in GetSystemProperty()
1748 error = JVMTI_FUNC_PTR(gdata->jvmti,GetSystemProperty) in getPropertyUTF8()