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

Function compare_mps_ignore_case

cppcryptfs/ui/MountPropertyPage.cpp:1856–1858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856static bool compare_mps_ignore_case(const wstring& a, const wstring& b) {
1857 return lstrcmpi(a.c_str(), b.c_str()) < 0;
1858}
1859
1860// builds array of all mountpoints inclding available drive letters
1861void CMountPropertyPage::GetMountPoints(CStringArray & mountPoints)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected