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

Function unmount_all

cppcryptfs/dokan/cryptdokan.cpp:2401–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399}
2400
2401bool unmount_all(bool wait)
2402{
2403 return MountPointManager::getInstance().unmount_all(wait);
2404}
2405
2406
2407

Callers 2

CanCloseMethod · 0.85
OnEndSessionMethod · 0.85

Calls 1

unmount_allMethod · 0.80

Tested by

no test coverage detected