| 125 | } |
| 126 | |
| 127 | uint8_t* ReadHostFile(const char* path, uint32_t* file_size) |
| 128 | { |
| 129 | SetupFS(); |
| 130 | |
| 131 | char path_buffer1[256]; |
| 132 | const char* file_path = dmTestUtil::MakeHostPath(path_buffer1, sizeof(path_buffer1), path); |
| 133 | return dmTestUtil::ReadFile(file_path, file_size); |
| 134 | } |
| 135 | |
| 136 | |
| 137 | } // namespace |
no test coverage detected