Searched refs:cchPathTmp (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/path/ | ||
H A D | RTPathCalcRelative.cpp | 120 size_t cchPathTmp = strlen(aszPathTmp); local 121 if (cchPathTmp >= cbPathDst) 123 memcpy(pszPathDst, aszPathTmp, cchPathTmp + 1); |
Completed in 47 milliseconds