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

Method getFileLocker

java/com/facebook/soloader/SysUtil.java:461–463  ·  view source on GitHub ↗
(File lockFileName)

Source from the content-addressed store, hash-verified

459 }
460
461 public static FileLocker getFileLocker(File lockFileName) throws IOException {
462 return FileLocker.lock(lockFileName);
463 }
464
465 /**
466 * Gets the base name, without extension, of given file name.

Callers 1

getOrCreateLockOnDirMethod · 0.95

Calls 1

lockMethod · 0.95

Tested by

no test coverage detected