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

Function dds_mkdir

dds/DCPS/FileSystemStorage.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112int dds_mkdir(const ACE_TCHAR* path)
113{
114 ACE_WString wpath = to_win32_long_path(path);
115 ACE_WIN32CALL_RETURN(ACE_ADAPT_RETVAL(::CreateDirectoryW(wpath.c_str(), 0),
116 ace_result_), int, -1);
117}
118
119int dds_chdir(const ACE_TCHAR* path)
120{

Callers 3

make_new_subdirMethod · 0.85
add_entryMethod · 0.85
DirectoryMethod · 0.85

Calls 1

to_win32_long_pathFunction · 0.85

Tested by

no test coverage detected