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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathCalcRelative.cpp90 unsigned offPathTmp = 0; local
101 if (offPathTmp + 3 >= sizeof(aszPathTmp) - 1)
103 aszPathTmp[offPathTmp++] = '.';
104 aszPathTmp[offPathTmp++] = '.';
105 aszPathTmp[offPathTmp++] = RTPATH_SLASH;
110 aszPathTmp[offPathTmp] = '\0';
113 char *pszPathTmp = &aszPathTmp[offPathTmp];
114 size_t cbPathTmp = sizeof(aszPathTmp) - offPathTmp - 1;

Completed in 123 milliseconds