Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java1763 ArrayList<AssetPath> assetPaths = new ArrayList<>(mAssetPaths.size()); in getAssetPaths() local
1777 assetPaths.add(new AssetPath(fsFile, asset_path.isSystemAsset)); in getAssetPaths()
1779 return assetPaths; in getAssetPaths()
DCppAssetManager2.java1672 ArrayList<AssetPath> assetPaths = new ArrayList<>(apk_assets_.size()); in getAssetPaths() local
1675 assetPaths.add(new AssetPath(fsFile, apkAssets.GetLoadedArsc().IsSystem())); in getAssetPaths()
1677 return assetPaths; in getAssetPaths()