| 1312 | } |
| 1313 | |
| 1314 | bool FileModeGuard::HasErrors() const |
| 1315 | { |
| 1316 | return filepath_.empty(); |
| 1317 | } |
| 1318 | |
| 1319 | std::string cmSystemTools::GetRealPathResolvingWindowsSubst( |
| 1320 | std::string const& path, std::string* errorMessage) |
no test coverage detected