Home
last modified time | relevance | path

Searched refs:outputLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp73 gsize outputLength; in DecodeBase64() local
74 guchar *decodedData = g_base64_decode(input.c_str(), &outputLength); in DecodeBase64()
75 std::string result(reinterpret_cast<char *>(decodedData), outputLength); in DecodeBase64()