| 485 | cmCMakePath GetRootDirectory() const { return this->Path.root_directory(); } |
| 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(); } |
no outgoing calls
no test coverage detected