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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathCalcRelative.cpp89 char aszPathTmp[RTPATH_MAX + 1]; 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;
120 size_t cchPathTmp = strlen(aszPathTmp);
123 memcpy(pszPathDst, aszPathTmp, cchPathTm
[all...]

Completed in 48 milliseconds