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

Function crypt_at_exit

cppcryptfs/dokan/cryptdokan.cpp:2823–2834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2821}
2822
2823void crypt_at_exit()
2824{
2825 KeyCache::GetInstance()->StopClearThread();
2826
2827 DokanShutdown();
2828
2829 if (g_DebugLogFile) {
2830 FILE* fl = g_DebugLogFile;
2831 g_DebugLogFile = nullptr;
2832 fclose(fl);
2833 }
2834}
2835
2836
2837static void InitLogging()

Callers 1

InitInstanceMethod · 0.85

Calls 1

StopClearThreadMethod · 0.80

Tested by

no test coverage detected