Searched refs:assetPath (Results 1 – 1 of 1) sorted by relevance
119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile() argument123 .getContext().getAssets().open(assetPath)) { in dumpAssetFile()139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile() argument140 Path destinationPath = dumpAssetFile(assetPath, suffix); in openAssetFile()155 public String getAssetText(String assetPath) throws IOException { in getAssetText() argument156 ParcelFileDescriptor parcelFileDescriptor = openAssetFile(assetPath, ".text"); in getAssetText()