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

Function is_relative

dds/DCPS/FileSystemStorage.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool is_relative(const ACE_TCHAR* path)
82{
83 return !path[0] ||
84 (path[1] != ACE_TEXT(':') &&
85 (ACE_OS::strncmp(ACE_TEXT("\\\\?\\"), path, 4) != 0));
86}
87
88/// @returns \\?\<absolute_path>
89ACE_WString to_win32_long_path(const ACE_TCHAR* path)

Callers 1

to_win32_long_pathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected