Searched defs:strRet (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp365 RTCList<RTCString> strRet; local
367 return strRet;
370 strRet.append(RTCString(m_psz));
371 return strRet;
381 strRet.append(RTCString(pszTmp, cch));
387 strRet.append(RTCString(pszTmp, cchNext));
392 return strRet;
401 RTCString strRet; local
409 strRet.reserve(cbNeeded);
415 strRet
[all...]
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp551 RTCString strRet; local
566 strRet += RTCString(pszPathURI) + strSeparator;
568 LogFlowFunc(("URI: %s\n", strRet.c_str()));
584 strRet += RTCString(pszPathURI) + strSeparator;
586 LogFlowFunc(("URI: %s\n", strRet.c_str()));
595 return strRet;
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp135 Utf8Str strRet; local
137 strRet = itEnv->second;
138 return strRet;

Completed in 47 milliseconds