| 583 | } |
| 584 | |
| 585 | bool writeFile(const std::string& path, const std::vector<unsigned char>& data) |
| 586 | { |
| 587 | return writeFile(path, &(data[0]), data.size()); |
| 588 | } |
| 589 | |
| 590 | bool writeFile(const std::string& path, const std::string& data) |
| 591 | { |
no test coverage detected