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

/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java160 context.getAssets().addAssetPath(
H A DWebViewFactory.java153 initialApplication.getAssets().addAssetPath(
/frameworks/base/core/java/android/app/
H A DResourcesManager.java185 if (assets.addAssetPath(resDir) == 0) {
192 if (assets.addAssetPath(splitResDir) == 0) {
206 if (assets.addAssetPath(libDir) == 0) {
/frameworks/base/tools/split-select/
H A DMain.cpp127 if (!assetManager.addAssetPath(path, &cookie)) {
209 if (!assetManager.addAssetPath(path, &cookie)) {
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java612 public final int addAssetPath(String path) { method in class:AssetManager
634 * {@link #addAssetPath(String)} for more information. Returns array of
646 cookies[i] = addAssetPath(paths[i]);
/frameworks/base/cmds/idmap/
H A Dinspect.cpp210 if (!am.addAssetPath(String8(path), NULL)) {
/frameworks/base/include/androidfw/
H A DAssetManager.h102 bool addAssetPath(const String8& path, int32_t* cookie);
113 * added via addAssetPath() and addDefaultAssets().) On first call,
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp173 bool AssetManager::addAssetPath(const String8& path, int32_t* cookie) function in class:AssetManager
333 return addAssetPath(path, NULL);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1560 if (!mIncludedAssets.addAssetPath(includes[i], NULL)) {
1574 if (!mIncludedAssets.addAssetPath(featureOfBase, NULL)) {
H A DCommand.cpp213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
597 if (!assets.addAssetPath(String8(filename), &assetsCookie)) {
H A DResourceTable.cpp1781 if (!featureAssetManager.addAssetPath(featureAfter, NULL)) {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1687 am.addAssetPath(ai.publicSourceDir);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp516 bool res = am->addAssetPath(String8(path8.c_str()), &cookie);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java853 // already exists in the AssetManager, addAssetPath will only return the cookie
855 int cookie = assets.addAssetPath(apkPath);
1157 int cookie = assets.addAssetPath(apkPath);

Completed in 1828 milliseconds