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

Method prepare

java/com/facebook/soloader/SoSource.java:65–67  ·  view source on GitHub ↗

Prepare to install this SoSource in SoLoader.

(int flags)

Source from the content-addressed store, hash-verified

63
64 /** Prepare to install this SoSource in SoLoader. */
65 protected void prepare(int flags) throws IOException {
66 /* By default, do nothing */
67 }
68
69 /**
70 * Load a shared library library into this process. This routine is independent of {@link

Callers 2

initSoSourcesMethod · 0.45
prependSoSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected