Searched refs:base64 (Results 1 – 1 of 1) sorted by relevance
58 static const DexFile* OpenDexFileBase64(const char* base64, in OpenDexFileBase64() argument61 CHECK(base64 != NULL); in OpenDexFileBase64()63 UniquePtr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()