Searched refs:removeSystemProperty (Results 1 – 3 of 3) sorted by relevance
59 public static native boolean removeSystemProperty(String key); in removeSystemProperty() method in RavenwoodRuntimeNative62 removeSystemProperty(null); in clearSystemProperties()
171 static jboolean removeSystemProperty(JNIEnv* env, jclass, jstring javaKey) { in removeSystemProperty() function276 {"removeSystemProperty", "(Ljava/lang/String;)Z", (void*)removeSystemProperty}, in removeSystemProperty() method
125 RavenwoodRuntimeNative.removeSystemProperty(pair.first); in restore()