Searched refs:tzLookupFile (Results 1 – 3 of 3) sorted by relevance
225 File tzLookupFile = new File(workingDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in stageInstallWithErrorCode() local226 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()
93 public TimeZoneDistroBuilder setTzLookupFile(File tzLookupFile) throws IOException { in setTzLookupFile() argument94 return setTzLookupXml(readFileAsUtf8(tzLookupFile)); in setTzLookupFile()
634 File tzLookupFile = new File(stagedTzDataDir, TimeZoneDistro.TZLOOKUP_FILE_NAME); in assertInstallDistroStaged() local635 assertTrue(tzLookupFile.exists()); in assertInstallDistroStaged()658 tzLookupFile); in assertInstallDistroStaged()