| 125 | #endif |
| 126 | |
| 127 | static std::string normalize(const std::string p) |
| 128 | { |
| 129 | return Utils::replaceAll(p, "\\", "/"); |
| 130 | } |
| 131 | |
| 132 | static void compare_paths(const std::string a, const std::string b) |
| 133 | { |
no outgoing calls
no test coverage detected