| 91 | bool HalStorage::exists(const char* path) { HAL_STORAGE_WRAPPED_CALL(exists, path); } |
| 92 | |
| 93 | bool HalStorage::remove(const char* path) { HAL_STORAGE_WRAPPED_CALL(remove, path); } |
| 94 | bool HalStorage::rename(const char* oldPath, const char* newPath) { |
| 95 | HAL_STORAGE_WRAPPED_CALL(rename, oldPath, newPath); |
| 96 | } |
no outgoing calls
no test coverage detected