Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java239 for (DirectoryNode ancestor: stack) { in wouldLoop()
240 Object ancestorKey = ancestor.key(); in wouldLoop()
248 if (Files.isSameFile(dir, ancestor.directory())) { in wouldLoop()
/libcore/ojluni/src/main/java/sun/security/x509/
DX500Name.java1376 RDN[] ancestor = new RDN[i]; in commonAncestor() local
1378 ancestor[j] = names[j]; in commonAncestor()
1383 commonAncestor = new X500Name(ancestor); in commonAncestor()