| 483 | // Decomposition |
| 484 | cmCMakePath GetRootName() const { return this->Path.root_name(); } |
| 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(); } |
no outgoing calls
no test coverage detected