Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java91 File licenseOutputFile = new File(outputDir, LICENSE_FILE_NAME); in copyLicenseFile() local
92 if (licenseOutputFile.exists()) { in copyLicenseFile()
93 System.out.println(licenseOutputFile + " already exists: checking content"); in copyLicenseFile()
95 checkFilesIdentical(licenseFileInput, licenseOutputFile); in copyLicenseFile()
98 "Copying LICENSE from " + licenseFileInput + " to " + licenseOutputFile); in copyLicenseFile()
99 Files.copy(licenseFileInput.toPath(), licenseOutputFile.toPath()); in copyLicenseFile()