Home
last modified time | relevance | path

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

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java209 final String arscFileName = "font_resources.arsc"; in maybeCopyArscFile() local
211 arscUrl = Resources.getResource(arscFileName); in maybeCopyArscFile()
216 Path arscFilePath = arscPath.resolve(arscFileName); in maybeCopyArscFile()