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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp257 RTCString *pstrTarName = VBoxExtPackExtractNameFromTarballPath(a_pszFile); local
258 if (pstrTarName)
260 m->Desc.strName = *pstrTarName;
261 delete pstrTarName;
262 pstrTarName = NULL;

Completed in 52 milliseconds