Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_properties.cc51 static constexpr const char* kProperties[][2] = { variable
88 static constexpr size_t kPropertiesSize = arraysize(kProperties);
130 JvmtiUniquePtr<char[]> data = CopyString(env, kProperties[i][0], &data_result); in GetSystemProperties()
221 if (strcmp(property, kProperties[i][0]) == 0) { in GetSystemProperty()
222 return Copy(env, kProperties[i][1], value_ptr); in GetSystemProperty()