Home
last modified time | relevance | path

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

/aosp12/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DTimeZoneDistro.java87 byte[] contents = getEntryContents(inputStream, DISTRO_VERSION_FILE_NAME); in getDistroVersion()
94 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents() method in TimeZoneDistro