| 444 | } |
| 445 | |
| 446 | std::string WrapSystemCommand(const std::string& command) { |
| 447 | #ifdef _WIN32 |
| 448 | return "\"" + command + "\""; |
| 449 | #else |
| 450 | return command; |
| 451 | #endif |
| 452 | } |
| 453 | |
| 454 | #ifdef OPENCC_BENCHMARK_JIEBA_CONFIG_DIR |
| 455 | bool IsJiebaConfig(const BenchmarkConfig& config) { |
no outgoing calls
no test coverage detected