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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2126 char *pszInd = &psz[cch - sizeof(s_szSuccessInd) + 1]; local
2127 if (strcmp(s_szSuccessInd, pszInd))
2129 return pszInd;

Completed in 51 milliseconds