Searched defs:cbFullName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp1715 size_t cbFullName = cbCurName; local
1722 cbFullName += strlen(pszAncestorName) + 1;
1726 char *psz = *ppszName = RTStrAlloc(cbFullName);
1734 psz += cbFullName;

Completed in 37 milliseconds