Home
last modified time | relevance | path

Searched refs:newLibAssets (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java191 final String[] newLibAssets = new String[newLibAssetsCount]; in addWebViewAssetPath() local
193 System.arraycopy(libs, 0, newLibAssets, 0, libs.length); in addWebViewAssetPath()
195 newLibAssets[newLibAssetsCount - 1] = newAssetPath; in addWebViewAssetPath()
202 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
/frameworks/base/core/java/android/app/
DResourcesManager.java863 final String[] newLibAssets = new String[newLibAssetCount]; in appendLibAssetForMainAssetPath() local
865 System.arraycopy(key.mLibDirs, 0, newLibAssets, 0, key.mLibDirs.length); in appendLibAssetForMainAssetPath()
867 newLibAssets[newLibAssetCount - 1] = libAsset; in appendLibAssetForMainAssetPath()
873 newLibAssets, in appendLibAssetForMainAssetPath()