Searched refs:libraryResource (Results 1 – 1 of 1) sorted by relevance
231 URL libraryResource = Resources.getResource(nativeLibraryPath()); in loadLibrary() local232 Resources.asByteSource(libraryResource).copyTo(Files.asByteSink(libraryPath.toFile())); in loadLibrary()