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

Function crypt_at_start

cppcryptfs/dokan/cryptdokan.cpp:2892–2907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2890}
2891
2892void crypt_at_start()
2893{
2894
2895 if (g_UseLogFile) {
2896 InitLogging();
2897 }
2898
2899 if (ProcessIdToSessionId(GetCurrentProcessId(), &g_SessionId)) {
2900 g_GotSessionId = TRUE;
2901 }
2902
2903 SetDbgVars(g_DebugMode, g_UseStdErr, g_UseLogFile, g_DebugLogFile);
2904
2905
2906 DokanInit();
2907}
2908
2909bool have_sessionid() noexcept
2910{

Callers 1

InitInstanceMethod · 0.85

Calls 2

InitLoggingFunction · 0.85
SetDbgVarsFunction · 0.85

Tested by

no test coverage detected