Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveFileTestRule.java119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile() argument
123 .getContext().getAssets().open(assetPath)) { in dumpAssetFile()
139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile() argument
140 Path destinationPath = dumpAssetFile(assetPath, suffix); in openAssetFile()
155 public String getAssetText(String assetPath) throws IOException { in getAssetText() argument
156 ParcelFileDescriptor parcelFileDescriptor = openAssetFile(assetPath, ".text"); in getAssetText()