Home
last modified time | relevance | path

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

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java230 Path libraryPath = tempDirectory.getBasePath().resolve(libraryName); in loadLibrary() local
232 Resources.asByteSource(libraryResource).copyTo(Files.asByteSink(libraryPath.toFile())); in loadLibrary()
233 System.load(libraryPath.toAbsolutePath().toString()); in loadLibrary()