Home
last modified time | relevance | path

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

/external/libbrillo/brillo/timezone/
Dtzif_parser.cc110 struct tzif_header first_header; in GetPosixTimezone() local
111 if (!tzfile.IsValid() || !ParseTzifHeader(&tzfile, &first_header)) { in GetPosixTimezone()
115 if (first_header.version == '\0') { in GetPosixTimezone()
133 4 * first_header.timecnt + 1 * first_header.timecnt + in GetPosixTimezone()
134 (4 + 1 + 1) * first_header.typecnt + 1 * first_header.charcnt + in GetPosixTimezone()
135 (4 + 4) * first_header.leapcnt + 1 * first_header.ttisstdcnt + in GetPosixTimezone()
136 1 * first_header.ttisgmtcnt; in GetPosixTimezone()