| 488 | cmCMakePath GetExtension() const { return this->Path.extension(); } |
| 489 | cmCMakePath GetWideExtension() const; |
| 490 | cmCMakePath GetStem() const { return this->Path.stem(); } |
| 491 | cmCMakePath GetNarrowStem() const; |
| 492 | |
| 493 | cmCMakePath GetRelativePath() const { return this->Path.relative_path(); } |
no outgoing calls
no test coverage detected