Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DMergeTzS2Ranges.java129 LicenseSupport.copyLicenseFile(mInputDir, mWorkingDir); in execute()
136 LicenseSupport.copyLicenseFile(mInputDir, mOutputFile.getParentFile()); in execute()
DCreateTzS2ProtoDataFile.java110 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputFile.getParentFile()); in execute()
DCanonicalizeTzS2Polygons.java146 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
DTzS2PolygonsToTzS2CellUnions.java137 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
DTzS2CellUnionsToTzS2Ranges.java135 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
DGeoJsonTzToTzS2Polygons.java159 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputDir); in execute()
/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java83 public static void copyLicenseFile(File inputDir, File outputDir) throws IOException { in copyLicenseFile() method in LicenseSupport
/packages/modules/GeoTZ/tzs2storage/tools/src/java/com/android/timezone/location/tools/tzs2/
DCreateTzS2File.java78 LicenseSupport.copyLicenseFile(inputFile.getParentFile(), outputFile.getParentFile()); in main()