Searched refs:SetSystemProperty (Results 1 – 6 of 6) sorted by relevance
/art/openjdkjvmti/ |
D | ti_properties.h | 46 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value);
|
D | ti_properties.cc | 229 jvmtiError PropertiesUtil::SetSystemProperty(jvmtiEnv* env ATTRIBUTE_UNUSED, in SetSystemProperty() function in openjdkjvmti::PropertiesUtil
|
D | OpenjdkJvmTi.cc | 1296 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty() function in openjdkjvmti::JvmtiFunctions 1298 return PropertiesUtil::SetSystemProperty(env, property, value); in SetSystemProperty() 1711 JvmtiFunctions::SetSystemProperty,
|
/art/test/922-properties/ |
D | properties.cc | 88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str()); in Java_art_Test922_setSystemProperty()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 198 jvmtiError res = funcs->original_interface->SetSystemProperty(env, prop, val); in WrapSetSystemProperty() 226 new_iface->SetSystemProperty = WrapSetSystemProperty; in SetupProxyJvmtiEnv()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1676 jvmtiError (JNICALL *SetSystemProperty) (jvmtiEnv* env, 2486 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty() function 2488 return functions->SetSystemProperty(this, property, value); in SetSystemProperty()
|