Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier_test.cc104 static const DexFile* OpenDexFileBase64(const char* base64, const char* location, in OpenDexFileBase64() argument
107 CHECK(base64 != NULL); in OpenDexFileBase64()
109 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()
Ddex_file_test.cc135 static const DexFile* OpenDexFileBase64(const char* base64, in OpenDexFileBase64() argument
138 CHECK(base64 != NULL); in OpenDexFileBase64()
140 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64()