Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/net/
DSockets.java80 private static Method dsiGetOption; field in Sockets
103 dsiGetOption = clazz.getDeclaredMethod( in initMethods()
106 dsiGetOption.setAccessible(true); in initMethods()
325 return invokeGet(dsiGetOption, s, name); in getOption()