MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / UnlockFile

Method UnlockFile

libcppcryptfs/file/cryptfile.h:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); };
190
191 virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); };
192
193 // disallow copying
194 CryptFileReverse(CryptFileReverse const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected