| 65 | void apply(function<bool(const wchar_t *mountpoint, CryptThreadData *tdata)> f ); |
| 66 | public: |
| 67 | bool empty() const { return m_tdatas.empty(); } |
| 68 | bool get_path (const WCHAR *mountpoint, wstring& path) const; |
| 69 | // returns actual mount point (in case used to mount it |
| 70 | // which is how the key is stored |
no outgoing calls
no test coverage detected