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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp2122 static const char s_szSuccessInd[] = "rcExit=RTEXITCODE_SUCCESS"; local
2124 if (cch < sizeof(s_szSuccessInd) - 1)
2126 char *pszInd = &psz[cch - sizeof(s_szSuccessInd) + 1];
2127 if (strcmp(s_szSuccessInd, pszInd))

Completed in 40 milliseconds