Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier_test.cc109 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64() local
110 CHECK(dex_bytes.get() != NULL); in OpenDexFileBase64()
115 if (!file->WriteFully(dex_bytes.get(), length)) { in OpenDexFileBase64()
205 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(kGoodTestDex, &length)); in ModifyAndLoad() local
206 CHECK(dex_bytes.get() != NULL); in ModifyAndLoad()
209 dex_bytes.get()[offset] = new_val; in ModifyAndLoad()
212 std::unique_ptr<const DexFile> file(FixChecksumAndOpen(dex_bytes.get(), length, location, in ModifyAndLoad()
Ddex_file_test.cc140 std::unique_ptr<byte[]> dex_bytes(DecodeBase64(base64, &length)); in OpenDexFileBase64() local
141 CHECK(dex_bytes.get() != NULL); in OpenDexFileBase64()
146 if (!file->WriteFully(dex_bytes.get(), length)) { in OpenDexFileBase64()