Searched refs:kProperties (Results 1 – 1 of 1) sorted by relevance
51 static constexpr const char* kProperties[][2] = { variable88 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()