| 4083 | } |
| 4084 | |
| 4085 | bool HandleChmodCommand(std::vector<std::string> const& args, |
| 4086 | cmExecutionStatus& status) |
| 4087 | { |
| 4088 | return HandleChmodCommandImpl(args, false, status); |
| 4089 | } |
| 4090 | |
| 4091 | bool HandleChmodRecurseCommand(std::vector<std::string> const& args, |
| 4092 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…