Searched refs:assetPaths (Results 1 – 2 of 2) sorted by relevance
1763 ArrayList<AssetPath> assetPaths = new ArrayList<>(mAssetPaths.size()); in getAssetPaths() local1777 assetPaths.add(new AssetPath(fsFile, asset_path.isSystemAsset)); in getAssetPaths()1779 return assetPaths; in getAssetPaths()
1672 ArrayList<AssetPath> assetPaths = new ArrayList<>(apk_assets_.size()); in getAssetPaths() local1675 assetPaths.add(new AssetPath(fsFile, apkAssets.GetLoadedArsc().IsSystem())); in getAssetPaths()1677 return assetPaths; in getAssetPaths()