Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java83 checkNotNul(input, c); in normalizeAndCheck()
91 private static void checkNotNul(String input, char c) { in checkNotNul() method in UnixPath
111 checkNotNul(input, c); in normalize()