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

Method addToLdLibraryPath

java/com/facebook/soloader/SoSource.java:135–137  ·  view source on GitHub ↗

Add an element to an LD_LIBRARY_PATH under construction. @param paths Collection of paths to which to add

(Collection<String> paths)

Source from the content-addressed store, hash-verified

133 * @param paths Collection of paths to which to add
134 */
135 public void addToLdLibraryPath(Collection<String> paths) {
136 /* By default, do nothing */
137 }
138
139 /**
140 * Return an array of ABIs handled by this SoSource.

Callers 1

makeLdLibraryPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected