Searched refs:base64 (Results 1 – 2 of 2) sorted by relevance
104 static const DexFile* OpenDexFileBase64(const char* base64, const char* location, in OpenDexFileBase64() argument107 CHECK(base64 != NULL); in OpenDexFileBase64()109 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()
135 static const DexFile* OpenDexFileBase64(const char* base64, in OpenDexFileBase64() argument138 CHECK(base64 != NULL); in OpenDexFileBase64()140 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()