MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / rmdir

Method rmdir

lib/hal/HalStorage.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

handleDeleteMethod · 0.80
handleDeleteMethod · 0.80
removeDirFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected