Searched refs:GetSystemProperty (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/include/
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);
/prebuilts/jdk/jdk8/linux-x86/include/
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);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1695 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2549 jvmtiError GetSystemProperty(const char* property, function in struct:_jvmtiEnv
2551 return functions->GetSystemProperty(this, property, value_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1695 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2549 jvmtiError GetSystemProperty(const char* property, function in struct:_jvmtiEnv
2551 return functions->GetSystemProperty(this, property, value_ptr);

Completed in 63 milliseconds