HomeSort by relevance Sort by last modified time
    Searched refs:best_entry (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 168 const ResTable_entry* best_entry = reinterpret_cast<const ResTable_entry*>( local
170 out_entry->entry = best_entry;
172 out_entry->entry_string_ref = StringPoolRef(&key_string_pool_, dtohl(best_entry->key.index));
AssetManager2.cpp 295 LoadedArscEntry best_entry; local
316 best_entry = current_entry;
329 *out_entry = best_entry;
    [all...]

Completed in 332 milliseconds