| 355 | } |
| 356 | |
| 357 | bool ReparsePoint::IsMountPoint(const std::wstring& path) |
| 358 | { |
| 359 | return IsReparseTag(path, IO_REPARSE_TAG_MOUNT_POINT); |
| 360 | } |
| 361 | |
| 362 | bool ReparsePoint::IsSymlink(const std::wstring& path) |
| 363 | { |
nothing calls this directly
no test coverage detected