Home
last modified time | relevance | path

Searched refs:addAssetPath (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/app/
DResourcesManager.java185 if (assets.addAssetPath(resDir) == 0) { in getTopLevelResources()
192 if (assets.addAssetPath(splitResDir) == 0) { in getTopLevelResources()
206 if (assets.addAssetPath(libDir) == 0) { in getTopLevelResources()
/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java160 context.getAssets().addAssetPath( in addWebViewAssetPath()
DWebViewFactory.java153 initialApplication.getAssets().addAssetPath( in getFactoryClass()
/frameworks/base/tools/split-select/
DMain.cpp127 if (!assetManager.addAssetPath(path, &cookie)) { in getAppInfo()
209 if (!assetManager.addAssetPath(path, &cookie)) { in extractSplitDescriptionsFromApk()
/frameworks/base/core/java/android/content/res/
DAssetManager.java612 public final int addAssetPath(String path) { in addAssetPath() method in AssetManager
646 cookies[i] = addAssetPath(paths[i]); in addAssetPaths()
/frameworks/base/include/androidfw/
DAssetManager.h102 bool addAssetPath(const String8& path, int32_t* cookie);
/frameworks/base/cmds/idmap/
Dinspect.cpp210 if (!am.addAssetPath(String8(path), NULL)) { in parse_idmap_header()
/frameworks/base/tools/aapt/
DAaptAssets.cpp1560 if (!mIncludedAssets.addAssetPath(includes[i], NULL)) { in buildIncludedResources()
1574 if (!mIncludedAssets.addAssetPath(featureOfBase, NULL)) { in buildIncludedResources()
DCommand.cpp213 if (!assets.addAssetPath(String8(zipFileName), NULL)) { in doList()
597 if (!assets.addAssetPath(String8(filename), &assetsCookie)) { in doDump()
DResourceTable.cpp1781 if (!featureAssetManager.addAssetPath(featureAfter, NULL)) { in addIncludedResources()
/frameworks/base/libs/androidfw/
DAssetManager.cpp173 bool AssetManager::addAssetPath(const String8& path, int32_t* cookie) in addAssetPath() function in AssetManager
333 return addAssetPath(path, NULL); in addDefaultAssets()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java1687 am.addAssetPath(ai.publicSourceDir); in getResources()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp516 bool res = am->addAssetPath(String8(path8.c_str()), &cookie); in android_content_AssetManager_addAssetPath()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java855 int cookie = assets.addAssetPath(apkPath); in loadApkIntoAssetManager()
1157 int cookie = assets.addAssetPath(apkPath); in parseApkLite()