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

/vbox/src/VBox/Runtime/generic/
H A DRTPathAbs-generic.cpp223 bool fNeedSlash; local
231 fNeedSlash = true;
245 fNeedSlash = false;
255 fNeedSlash = true;
261 if (fNeedSlash && cchCurDir > 0 && szCurDir[cchCurDir - 1] == RTPATH_SLASH)
262 fNeedSlash = false;
264 if (cchCurDir + fNeedSlash + cchTmpPath - offApplyAt <= RTPATH_MAX)
266 memmove(szTmpPath + cchCurDir + fNeedSlash, szTmpPath + offApplyAt, cchTmpPath + 1 - offApplyAt);
268 if (fNeedSlash)

Completed in 735 milliseconds