Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java1095 private static boolean isIdentical(@Nullable byte[] data, @NonNull IFile dest) { in isIdentical() method in TemplateHandler
1123 if (dest.exists() && isIdentical(Files.toByteArray(src), file)) { in copy()