| 96 | } |
| 97 | |
| 98 | bool HalStorage::rmdir(const char* path) { HAL_STORAGE_WRAPPED_CALL(rmdir, path); } |
| 99 | |
| 100 | bool HalStorage::openFileForRead(const char* moduleName, const char* path, HalFile& file) { |
| 101 | StorageLock lock; // ensure thread safety for the duration of this function |
no outgoing calls
no test coverage detected