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

Function get_fs_info

cppcryptfs/dokan/cryptdokan.cpp:2809–2821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2807}
2808
2809bool get_fs_info(const wchar_t *mountpoint, FsInfo& info)
2810{
2811 MountPointManager& mp_man = MountPointManager::getInstance();
2812
2813 CryptThreadData *tdata = mp_man.get(mountpoint);
2814 if (!tdata) {
2815 return false;
2816 }
2817
2818 tdata->con.GetFsInfo(info);
2819
2820 return true;
2821}
2822
2823void crypt_at_exit()
2824{

Callers 2

OnContextMenuMethod · 0.85
PrintInfoMethod · 0.85

Calls 2

GetFsInfoMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected