| 486 | cmCMakePath GetRootPath() const { return this->Path.root_path(); } |
| 487 | cmCMakePath GetFileName() const { return this->Path.filename(); } |
| 488 | cmCMakePath GetExtension() const { return this->Path.extension(); } |
| 489 | cmCMakePath GetWideExtension() const; |
| 490 | cmCMakePath GetStem() const { return this->Path.stem(); } |
| 491 | cmCMakePath GetNarrowStem() const; |
no outgoing calls
no test coverage detected