OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createIdmap
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/androidfw/tests/
Idmap_test.cpp
53
ASSERT_EQ(NO_ERROR, mTargetTable.
createIdmap
(mOverlayTable, 0, 0,
/frameworks/base/cmds/idmap/
create.cpp
166
bool b = am.
createIdmap
(target_apk_path, overlay_apk_path, target_crc, overlay_crc,
/frameworks/base/include/androidfw/
AssetManager.h
235
bool
createIdmap
(const char* targetApkPath, const char* overlayApkPath,
ResourceTypes.h
[
all
...]
/frameworks/base/libs/androidfw/
AssetManager.cpp
294
bool AssetManager::
createIdmap
(const char* targetApkPath, const char* overlayApkPath,
313
return tables[0].
createIdmap
(tables[1], targetCrc, overlayCrc,
[
all
...]
Completed in 1240 milliseconds