MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / dds_rmdir

Function dds_rmdir

dds/DCPS/FileSystemStorage.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int dds_rmdir(const ACE_TCHAR* path)
146{
147 ACE_WString wpath = to_win32_long_path(path);
148 ACE_WIN32CALL_RETURN(ACE_ADAPT_RETVAL(::RemoveDirectoryW(wpath.c_str()),
149 ace_result_), int, -1);
150}
151
152#else // !ACE_WIN32
153

Callers 3

recursive_removeFunction · 0.85
make_new_subdirMethod · 0.85
removingMethod · 0.85

Calls 1

to_win32_long_pathFunction · 0.85

Tested by

no test coverage detected