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

Method getSoFileByName

java/com/facebook/soloader/SoSource.java:101–104  ·  view source on GitHub ↗

Returns the so file for the specified library. Returns null if the library does not exist or if it's not backed by a file. @param soName Name of library to load @return File if library found; null if not. @throws IOException IOException

(String soName)

Source from the content-addressed store, hash-verified

99 * @throws IOException IOException
100 */
101 @Nullable
102 protected File getSoFileByName(String soName) throws IOException {
103 return null;
104 }
105
106 /**
107 * Gets the full path of a library if it is found on this SoSource.

Callers 3

getSoFileMethod · 0.95
getLibraryPathMethod · 0.45
recoverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected