| 250 | bool CheckDirectoryForName(std::string const& path, Name& name); |
| 251 | |
| 252 | bool Validate(std::string const& path) const |
| 253 | { |
| 254 | return this->FindBase->Validate(path); |
| 255 | } |
| 256 | |
| 257 | cmFindCommonDebugState* DebugState; |
| 258 |
no outgoing calls
no test coverage detected