| 270 | void Directory_GetCachePath(cc_string* path) { } |
| 271 | |
| 272 | void Platform_EncodePath(cc_filepath* dst, const cc_string* src) { |
| 273 | Platform_EncodeString(dst, src); |
| 274 | } |
| 275 | |
| 276 | void Platform_DecodePath(cc_string* dst, const cc_filepath* path) { |
| 277 | int i; |
no test coverage detected