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

Method OnClickedDismountAll

cppcryptfs/ui/MountPropertyPage.cpp:846–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844
845
846void CMountPropertyPage::OnClickedDismountAll()
847{
848
849 DismountAll(true, false);
850}
851
852CString CMountPropertyPage::DismountAll(bool interactive, bool forceDismount)
853{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected