Searched refs:libResourcePath (Results 1 – 1 of 1) sorted by relevance
307 …String libResourcePath = "/" + os + "/" + getArchIdentifier() + "/" + getCRuntime(os) + "/" + lib… in extractAndLoadLibrary() local313 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()