Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java95 checkFilesIdentical(licenseFileInput, licenseOutputFile); in copyLicenseFile()
103 private static void checkFilesIdentical(File one, File two) throws IOException { in checkFilesIdentical() method in LicenseSupport