Searched refs:libraryPath (Results 1 – 1 of 1) sorted by relevance
230 Path libraryPath = tempDirectory.getBasePath().resolve(libraryName); in loadLibrary() local232 Resources.asByteSource(libraryResource).copyTo(Files.asByteSink(libraryPath.toFile())); in loadLibrary()233 System.load(libraryPath.toAbsolutePath().toString()); in loadLibrary()