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

/vbox/src/VBox/Runtime/generic/
H A DRTPathAbs-generic.cpp222 int offApplyAt; local
232 offApplyAt = 2;
246 offApplyAt = 0;
256 offApplyAt = 0;
264 if (cchCurDir + fNeedSlash + cchTmpPath - offApplyAt <= RTPATH_MAX)
266 memmove(szTmpPath + cchCurDir + fNeedSlash, szTmpPath + offApplyAt, cchTmpPath + 1 - offApplyAt);

Completed in 768 milliseconds