Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc63 UniquePtr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64() local
64 CHECK(dex_bytes.get() != NULL); in OpenDexFileBase64()
69 if (!file->WriteFully(dex_bytes.get(), length)) { in OpenDexFileBase64()