Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc58 static const DexFile* OpenDexFileBase64(const char* base64, in OpenDexFileBase64() argument
61 CHECK(base64 != NULL); in OpenDexFileBase64()
63 UniquePtr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()