Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAssetManager.h353 ResTable* setZipResourceTable(const String8& path, ResTable* res);
/frameworks/base/libs/androidfw/
DAssetManager.cpp651 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()
2048 ResTable* AssetManager::ZipSet::setZipResourceTable(const String8& path, in setZipResourceTable() function in AssetManager::ZipSet