Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dbionic.cpp101 struct index_entry_t { struct
144 if ((index_size % sizeof(index_entry_t)) != 0) { in __bionic_open_tzdata_path()
165 size_t id_count = index_size / sizeof(index_entry_t); in __bionic_open_tzdata_path()
166 index_entry_t* entry = reinterpret_cast<index_entry_t*>(index); in __bionic_open_tzdata_path()