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

Function overflow_dir_name

dds/DCPS/FileSystemStorage.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175#endif // ACE_WIN32
176
177ACE_TString overflow_dir_name(unsigned int n)
178{
179 const size_t buf_size=32;
180 ACE_TCHAR of_name[buf_size];
181 ACE_OS::snprintf(of_name, buf_size, ACE_TEXT("_overflow.%04u/"), n);
182 return of_name;
183}
184
185struct CwdGuard {
186 ACE_TString cwd_;

Callers 1

add_entryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected