Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp253 auto sparse_indices_end = sparse_indices + entry_count; in GetEntryOffset() local
254 auto result = std::lower_bound(sparse_indices, sparse_indices_end, entry_index, in GetEntryOffset()
263 if (result == sparse_indices_end) { in GetEntryOffset()