Home
last modified time | relevance | path

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

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