Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/main/com/android/timezone/distro/installer/
DTimeZoneDistroInstaller.java225 File tzLookupFile = new File(workingDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in stageInstallWithErrorCode() local
226 if (!tzLookupFile.exists()) { in stageInstallWithErrorCode()
227 Slog.i(logTag, "Update not applied: " + tzLookupFile + " does not exist"); in stageInstallWithErrorCode()
232 TimeZoneFinder.createInstance(tzLookupFile.getPath()); in stageInstallWithErrorCode()
235 Slog.i(logTag, "Update not applied: " + tzLookupFile + " failed validation", e); in stageInstallWithErrorCode()
/system/timezone/distro/tools/src/main/com/android/timezone/distro/builder/
DTimeZoneDistroBuilder.java93 public TimeZoneDistroBuilder setTzLookupFile(File tzLookupFile) throws IOException { in setTzLookupFile() argument
94 return setTzLookupXml(readFileAsUtf8(tzLookupFile)); in setTzLookupFile()
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java634 File tzLookupFile = new File(stagedTzDataDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in assertInstallDistroStaged() local
635 assertTrue(tzLookupFile.exists()); in assertInstallDistroStaged()
658 tzLookupFile); in assertInstallDistroStaged()