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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3439 char const *pszBase64 = strCFGMValueUtf8.c_str() + sizeof("bytes:") - 1; local
3440 ssize_t cbValue = RTBase64DecodedSize(pszBase64, NULL);
3446 rc = RTBase64Decode(pszBase64, pvBytes, cbValue, NULL, NULL);

Completed in 62 milliseconds