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

Method getLibraryDependencies

java/com/facebook/soloader/SoSource.java:125–128  ·  view source on GitHub ↗

Gets the dependencies of a library if it is found on this SoSource @param soName Name of library to inspect @return An array of library names upon which soName needs for linking @throws IOException if soName is found but there is an error reading it

(String soName)

Source from the content-addressed store, hash-verified

123 * @throws IOException if {@code soName} is found but there is an error reading it
124 */
125 @Nullable
126 public String[] getLibraryDependencies(String soName) throws IOException {
127 return null;
128 }
129
130 /**
131 * Add an element to an LD_LIBRARY_PATH under construction.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected