Home
last modified time | relevance | path

Searched refs:SetSystemProperty (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Dti_properties.h46 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value);
Dti_properties.cc229 jvmtiError PropertiesUtil::SetSystemProperty(jvmtiEnv* env ATTRIBUTE_UNUSED, in SetSystemProperty() function in openjdkjvmti::PropertiesUtil
DOpenjdkJvmTi.cc1266 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty() function in openjdkjvmti::JvmtiFunctions
1268 return PropertiesUtil::SetSystemProperty(env, property, value); in SetSystemProperty()
1636 JvmtiFunctions::SetSystemProperty,
/art/test/922-properties/
Dproperties.cc88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str()); in Java_art_Test922_setSystemProperty()
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc198 jvmtiError res = funcs->original_interface->SetSystemProperty(env, prop, val); in WrapSetSystemProperty()
226 new_iface->SetSystemProperty = WrapSetSystemProperty; in SetupProxyJvmtiEnv()
/art/openjdkjvmti/include/
Djvmti.h1676 jvmtiError (JNICALL *SetSystemProperty) (jvmtiEnv* env,
2486 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty() function
2488 return functions->SetSystemProperty(this, property, value); in SetSystemProperty()