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

Method _loadFromFile

shared/java/impl/Library.java:143–150  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

141 }
142
143 @ApiStatus.Internal
144 public static void _loadFromFile(File file) {
145 String libPath = file.getAbsolutePath();
146 Log.debug("Loading " + libPath);
147 System.load(libPath);
148 _loaded = true;
149 _nAfterLoad();
150 }
151
152 @ApiStatus.Internal
153 @SneakyThrows

Callers 1

loadMethod · 0.95

Calls 3

debugMethod · 0.95
_nAfterLoadMethod · 0.95
loadMethod · 0.80

Tested by

no test coverage detected