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

Method lock

java/com/facebook/soloader/FileLocker.java:31–33  ·  view source on GitHub ↗
(File lockFile)

Source from the content-addressed store, hash-verified

29 private final @Nullable FileLock mLock;
30
31 public static FileLocker lock(File lockFile) throws IOException {
32 return new FileLocker(lockFile);
33 }
34
35 private FileLocker(File lockFile) throws IOException {
36 mLockFileOutputStream = new FileOutputStream(lockFile);

Callers 15

getFileLockerMethod · 0.95
FileLockerMethod · 0.80
initSoSourcesMethod · 0.80
initDummySoSourceMethod · 0.80
makePrepareFlagsMethod · 0.80
setSoSourcesMethod · 0.80
getLibraryPathMethod · 0.80
cloneSoSourcesMethod · 0.80
getSoFileMethod · 0.80
recoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected