Searched refs:dex_bytes (Results 1 – 1 of 1) sorted by relevance
63 UniquePtr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64() local64 CHECK(dex_bytes.get() != NULL); in OpenDexFileBase64()69 if (!file->WriteFully(dex_bytes.get(), length)) { in OpenDexFileBase64()