OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSystemProperty
(Results
1 - 11
of
11
) sorted by null
/art/openjdkjvmti/
ti_properties.h
46
static jvmtiError
SetSystemProperty
(jvmtiEnv* env, const char* property, const char* value);
ti_properties.cc
229
jvmtiError PropertiesUtil::
SetSystemProperty
(jvmtiEnv* env ATTRIBUTE_UNUSED,
OpenjdkJvmTi.cc
[
all
...]
/art/test/922-properties/
properties.cc
88
jvmtiError result = jvmti_env->
SetSystemProperty
(key_string.c_str(), value_string.c_str());
/art/tools/wrapagentproperties/
wrapagentproperties.cc
197
jvmtiError res = funcs->original_interface->
SetSystemProperty
(env, prop, val);
224
new_iface->
SetSystemProperty
= WrapSetSystemProperty;
/art/openjdkjvmti/include/
jvmti.h
[
all
...]
/external/oj-libjdwp/src/share/javavm/export/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h
[
all
...]
/prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h
[
all
...]
Completed in 2420 milliseconds