Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java99 private final List<asset_path> mAssetPaths = new ArrayList<>(); field in CppAssetManager
248 for (int i = 0; i < mAssetPaths.size(); i++) { in addAssetPath()
249 if (mAssetPaths.get(i).path.equals(ap.path)) { in addAssetPath()
261 /*int apPos =*/ mAssetPaths.add(ap); in addAssetPath()
265 cookie.set(mAssetPaths.size()); in addAssetPath()
459 LOG_FATAL_IF(mAssetPaths.isEmpty(), "No assets added to AssetManager"); in open()
466 int i = mAssetPaths.size(); in open()
470 assetName.string(), mAssetPaths.get(i).path.string()); in open()
472 mAssetPaths.get(i)); in open()
491 LOG_FATAL_IF(mAssetPaths.isEmpty(), "No assets added to AssetManager"); in openNonAsset()
[all …]