Searched refs:createIdmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DIdmap_test.cpp53 ASSERT_EQ(NO_ERROR, mTargetTable.createIdmap(mOverlayTable, 0, 0,
/frameworks/base/cmds/idmap/
H A Dcreate.cpp165 bool b = am.createIdmap(target_apk_path, overlay_apk_path, target_crc, overlay_crc,
/frameworks/base/include/androidfw/
H A DAssetManager.h233 bool createIdmap(const char* targetApkPath, const char* overlayApkPath,
H A DResourceTypes.h1791 status_t createIdmap(const ResTable& overlay,
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp302 bool AssetManager::createIdmap(const char* targetApkPath, const char* overlayApkPath, function in class:AssetManager
321 return tables[0].createIdmap(tables[1], targetCrc, overlayCrc,

Completed in 204 milliseconds