Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp451 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()
476 const DynamicRefTable* dynamic_ref_table = result.getDynamicRefTableForCookie(1); in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h2038 const DynamicRefTable* getDynamicRefTableForCookie(int32_t cookie) const;
/frameworks/base/tools/aapt/
DCommand.cpp790 const DynamicRefTable* dynamicRefTable = res.getDynamicRefTableForCookie(assetsCookie); in doDump()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp6149 const DynamicRefTable* ResTable::getDynamicRefTableForCookie(int32_t cookie) const in getDynamicRefTableForCookie() function in android::ResTable