MCPcopy Create free account
hub / github.com/facebook/SoLoader / getLibraryPath

Method getLibraryPath

java/com/facebook/soloader/SoSource.java:113–116  ·  view source on GitHub ↗

Gets the full path of a library if it is found on this SoSource. @param soFileName the full file name of the library @return the full path of a library if it is found on this SoSource, null otherwise. @throws IOException if there is an error calculating soFileName's canonical path

(String soFileName)

Source from the content-addressed store, hash-verified

111 * @throws IOException if there is an error calculating {@code soFileName}'s canonical path
112 */
113 @Nullable
114 public String getLibraryPath(String soFileName) throws IOException {
115 return null;
116 }
117
118 /**
119 * Gets the dependencies of a library if it is found on this SoSource

Callers 1

getLibraryPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected