MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _loadFromLibraryPath

Method _loadFromLibraryPath

shared/java/impl/Library.java:126–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 @ApiStatus.Internal
127 public static void _loadFromLibraryPath() {
128 Log.debug("Loading skija native library from library path");
129 System.loadLibrary(LIBRARY_NAME);
130 _loaded = true;
131 _nAfterLoad();
132 }
133
134 @ApiStatus.Internal
135 public static void _loadFromDir(File dir) {

Callers 1

loadMethod · 0.95

Calls 2

debugMethod · 0.95
_nAfterLoadMethod · 0.95

Tested by

no test coverage detected