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

Method close

java/com/facebook/soloader/FileLocker.java:49–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 @Override
50 public void close() throws IOException {
51 try {
52 if (mLock != null) {
53 mLock.release();
54 }
55 } finally {
56 mLockFileOutputStream.close();
57 }
58 }
59}

Callers 3

prepareMethod · 0.95
FileLockerMethod · 0.45
unpackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected