Searched refs:tree1 (Results 1 – 1 of 1) sorted by relevance
175 (XRegistryKey tree1, XRegistryKey tree2, boolean compareRoot) { in compareKeyTrees() argument177 if (compareRoot && !compareKeys(tree1, tree2)) return false ; in compareKeyTrees()180 String[] keyNames1 = tree1.getKeyNames() ; in compareKeyTrees()198 if (!tree1.getKeyType(keyName).equals( in compareKeyTrees()202 if (tree1.getKeyType(keyName).equals( in compareKeyTrees()205 if (!getShortKeyName(tree1.getLinkTarget(keyName)).equals( in compareKeyTrees()211 if (compareKeyTrees(tree1.openKey(keyName), in compareKeyTrees()227 (XRegistryKey tree1, XRegistryKey tree2) { in compareKeyTrees() argument229 return compareKeyTrees(tree1, tree2, false) ; in compareKeyTrees()
Completed in 15 milliseconds