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

Method LongFilenameCache

libcppcryptfs/filename/longfilenamecache.cpp:60–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60LongFilenameCache::LongFilenameCache()
61{
62
63 m_lookups = 0;
64 m_hits = 0;
65
66 m_map.reserve(LFN_CACHE_ENTRIES);
67
68 InitializeCriticalSection(&m_crit);
69}
70
71LongFilenameCache::~LongFilenameCache()
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected