| 132 | } |
| 133 | |
| 134 | bool is_absolute_path(const std::string &path) |
| 135 | { |
| 136 | return std::filesystem::path(path).is_absolute(); |
| 137 | } |
| 138 | |
| 139 | bool chmod_r(const std::string &path_input, const std::string &mode) |
| 140 | { |
no outgoing calls
no test coverage detected