Home
last modified time | relevance | path

Searched defs:methodSignature (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/io/
DBlockGuardOsTest.java337 String methodSignature = method.toString(); in test_checkNewMethodsInPosix() local
355 private static String getMethodNameAndParameters(String methodSignature) { in getMethodNameAndParameters()