| 91 | } |
| 92 | |
| 93 | void LongFilenameCache::unlock() |
| 94 | { |
| 95 | LeaveCriticalSection(&m_crit); |
| 96 | } |
| 97 | |
| 98 | bool LongFilenameCache::check_node_clean(LongFilenameCacheNode *node, const wstring& path) |
| 99 | { |
nothing calls this directly
no outgoing calls
no test coverage detected