Searched defs:GetSystemProperty (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3420 JvmtiEnv::GetSystemProperty(const char* property, char** value_ptr) { function in class:JvmtiEnv
3434 } /* end GetSystemProperty */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1671 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2481 jvmtiError GetSystemProperty(const char* property, function in struct:_jvmtiEnv
2483 return functions->GetSystemProperty(this, property, value_ptr);

Completed in 39 milliseconds