| 130 | } |
| 131 | |
| 132 | bool HalStorage::removeDir(const char* path) { HAL_STORAGE_WRAPPED_CALL(removeDir, path); } |
| 133 | |
| 134 | // HalFile implementation |
| 135 | // Allow doing file operations while ensuring thread safety via HalStorage's mutex. |
no outgoing calls
no test coverage detected