Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DMergeTzS2Ranges.java130 LicenseSupport.copyLicenseFile(mInputDir, mWorkingDir); in execute()
137 LicenseSupport.copyLicenseFile(mInputDir, mOutputFile.getParentFile()); in execute()
H A DCreateTzS2ProtoDataFile.java111 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputFile.getParentFile()); in execute()
H A DCanonicalizeTzS2Polygons.java147 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
H A DTzS2PolygonsToTzS2CellUnions.java138 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
H A DTzS2CellUnionsToTzS2Ranges.java136 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
H A DGeoJsonTzToTzS2Polygons.java158 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputDir); in execute()
/aosp12/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
H A DLicenseSupport.java83 public static void copyLicenseFile(File inputDir, File outputDir) throws IOException { in copyLicenseFile() method in LicenseSupport
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/
H A DCreateTzS2File.java78 LicenseSupport.copyLicenseFile(inputFile.getParentFile(), outputFile.getParentFile()); in main()