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

Method SetEndOfFile

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

Source from the content-addressed store, hash-verified

185 };
186
187 virtual BOOL SetEndOfFile(LONGLONG offset, BOOL bSet = TRUE) { return NotImplemented(); };
188
189 virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); };
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected