Lines Matching refs:property
1292 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) {
1294 return PropertiesUtil::GetSystemProperty(env, property, value_ptr);
1297 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) {
1299 return PropertiesUtil::SetSystemProperty(env, property, value);