Searched refs:createIdmap (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Idmap_test.cpp | 53 ASSERT_EQ(NO_ERROR, mTargetTable.createIdmap(mOverlayTable, 0, 0, in SetUp()
|
/frameworks/base/cmds/idmap/ |
D | create.cpp | 166 bool b = am.createIdmap(target_apk_path, overlay_apk_path, target_crc, overlay_crc, in create_idmap()
|
/frameworks/base/include/androidfw/ |
D | AssetManager.h | 233 bool createIdmap(const char* targetApkPath, const char* overlayApkPath,
|
D | ResourceTypes.h | 1831 status_t createIdmap(const ResTable& overlay,
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 312 bool AssetManager::createIdmap(const char* targetApkPath, const char* overlayApkPath, in createIdmap() function in AssetManager 331 return tables[0].createIdmap(tables[1], targetCrc, overlayCrc, in createIdmap()
|
D | ResourceTypes.cpp | 6363 status_t ResTable::createIdmap(const ResTable& overlay, in createIdmap() function in android::ResTable
|