Home
last modified time | relevance | path

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

/aosp12/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/
H A DPrintTzS2CellUnionStats.java37 private final File mInputDir; field in PrintTzS2CellUnionStats
42 this.mInputDir = Objects.requireNonNull(inputDir); in PrintTzS2CellUnionStats()
62 List<TzS2CellUnion> cellUnions = createTzS2CellUnions(mInputDir, mStorageFormat); in printS2CellStats()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DCanonicalizeTzS2Polygons.java69 private final File mInputDir; field in CanonicalizeTzS2Polygons
82 mInputDir = Objects.requireNonNull(inputDir); in CanonicalizeTzS2Polygons()
147 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
151 List<File> inputFiles = TzS2Polygons.listFiles(mInputDir, mProtoFormat); in execute()
H A DMergeTzS2Ranges.java53 private final File mInputDir; field in MergeTzS2Ranges
66 this.mInputDir = Objects.requireNonNull(inputDir); in MergeTzS2Ranges()
130 LicenseSupport.copyLicenseFile(mInputDir, mWorkingDir); in execute()
132 List<File> tzS2RangeFiles = TzS2Ranges.listFiles(mInputDir, mProtoStorageFormat); in execute()
137 LicenseSupport.copyLicenseFile(mInputDir, mOutputFile.getParentFile()); in execute()
H A DTzS2PolygonsToTzS2CellUnions.java57 private final File mInputDir; field in TzS2PolygonsToTzS2CellUnions
70 this.mInputDir = Objects.requireNonNull(inputDir); in TzS2PolygonsToTzS2CellUnions()
138 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
140 List<File> inputFiles = TzS2Polygons.listFiles(mInputDir, mProtoStorageFormat); in execute()
H A DTzS2CellUnionsToTzS2Ranges.java55 private final File mInputDir; field in TzS2CellUnionsToTzS2Ranges
68 this.mInputDir = Objects.requireNonNull(inputDir); in TzS2CellUnionsToTzS2Ranges()
136 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
138 List<File> inputFiles = TzS2CellUnion.listFiles(mInputDir, mProtoStorageFormat); in execute()