| 89 | bool HalStorage::mkdir(const char* path, const bool pFlag) { HAL_STORAGE_WRAPPED_CALL(mkdir, path, pFlag); } |
| 90 | |
| 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) { |
no outgoing calls
no test coverage detected