HomeSort by relevance Sort by last modified time
    Searched refs:GetSystemProperty (Results 1 - 15 of 15) sorted by null

  /art/openjdkjvmti/
ti_properties.h 44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
ti_properties.cc 205 jvmtiError PropertiesUtil::GetSystemProperty(jvmtiEnv* env,
OpenjdkJvmTi.cc     [all...]
  /art/test/922-properties/
properties.cc 65 jvmtiError result = jvmti_env->GetSystemProperty(string.c_str(), &value);
  /art/tools/wrapagentproperties/
wrapagentproperties.cc 152 return funcs->original_interface->GetSystemProperty(env, prop, out);
222 new_iface->GetSystemProperty = WrapGetSystemProperty;
  /art/tools/titrace/
titrace.cc 107 error = jvmti->GetSystemProperty("java.vm.name", /*out*/ &value_ptr);
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [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...]
  /external/oj-libjdwp/src/share/back/
debugInit.c 334 JVMTI_FUNC_PTR(gdata->jvmti, GetSystemProperty)
    [all...]
util.c     [all...]

Completed in 456 milliseconds