Searched refs:PathDelimiter (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dshfl.h52 RTUTF16 PathDelimiter; member in struct:_SHFLCLIENTDATA
H A Dmappings.cpp553 if (pClient->PathDelimiter == 0)
555 pClient->PathDelimiter = wcDelimiter;
559 AssertMsgReturn(wcDelimiter == pClient->PathDelimiter,
560 ("wcDelimiter=%#x PathDelimiter=%#x", wcDelimiter, pClient->PathDelimiter),
H A Dvbsf.cpp381 # define VBSF_IS_PATH_SLASH(a_pClient, a_ch) ( (RTUTF16)(a_ch) == (a_pClient)->PathDelimiter || RTPATH_IS_SLASH(a_ch) )

Completed in 50 milliseconds