Home
last modified time | relevance | path

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

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
DCRT.java307 …String libResourcePath = "/" + os + "/" + getArchIdentifier() + "/" + getCRuntime(os) + "/" + lib… in extractAndLoadLibrary() local
313 libResourcePath = platformLibResourcePath; in extractAndLoadLibrary()
317 try (InputStream in = CRT.class.getResourceAsStream(libResourcePath)) { in extractAndLoadLibrary()
319 … throw new IOException("Unable to open library in jar for AWS CRT: " + libResourcePath); in extractAndLoadLibrary()