HomeSort by relevance Sort by last modified time
    Searched full:lib_entry (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp 545 ResTable_lib_entry* lib_entry = buffer->NextBlock<ResTable_lib_entry>(num_entries); local
548 lib_entry->packageId = util::HostToDevice32(0x00);
549 strcpy16_htod(lib_entry->packageName, arraysize(lib_entry->packageName),
551 ++lib_entry;
555 lib_entry->packageId = util::HostToDevice32(map_entry.first);
556 strcpy16_htod(lib_entry->packageName, arraysize(lib_entry->packageName),
558 ++lib_entry;

Completed in 148 milliseconds