Home
last modified time | relevance | path

Searched refs:GetSystemProperty (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1671 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env,
2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty() function
2483 return functions->GetSystemProperty(this, property, value_ptr); in GetSystemProperty()
/external/oj-libjdwp/src/share/back/
Dutil.c1748 error = JVMTI_FUNC_PTR(gdata->jvmti,GetSystemProperty) in getPropertyUTF8()