| 175 | } |
| 176 | |
| 177 | int util_rename (const char* from, const char* to) |
| 178 | { |
| 179 | return rename(from, to); |
| 180 | } |
| 181 | |
| 182 | std::vector<std::string> get_directory_contents (const char* path) |
| 183 | { |
nothing calls this directly
no outgoing calls
no test coverage detected