Searched refs:newLibAssets (Results 1 – 2 of 2) sorted by relevance
191 final String[] newLibAssets = new String[newLibAssetsCount]; in addWebViewAssetPath() local193 System.arraycopy(libs, 0, newLibAssets, 0, libs.length); in addWebViewAssetPath()195 newLibAssets[newLibAssetsCount - 1] = newAssetPath; in addWebViewAssetPath()202 appInfo.sharedLibraryFiles = newLibAssets; in addWebViewAssetPath()
863 final String[] newLibAssets = new String[newLibAssetCount]; in appendLibAssetForMainAssetPath() local865 System.arraycopy(key.mLibDirs, 0, newLibAssets, 0, key.mLibDirs.length); in appendLibAssetForMainAssetPath()867 newLibAssets[newLibAssetCount - 1] = libAsset; in appendLibAssetForMainAssetPath()873 newLibAssets, in appendLibAssetForMainAssetPath()