Home
last modified time | relevance | path

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

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java216 Path arscFilePath = arscPath.resolve(arscFileName); in maybeCopyArscFile() local
217 Resources.asByteSource(arscUrl).copyTo(Files.asByteSink(arscFilePath.toFile())); in maybeCopyArscFile()
218 System.setProperty("arsc.file.path", arscFilePath.toAbsolutePath().toString()); in maybeCopyArscFile()