Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java240 Object ancestorKey = ancestor.key(); in wouldLoop() local
241 if (key != null && ancestorKey != null) { in wouldLoop()
242 if (key.equals(ancestorKey)) { in wouldLoop()