Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader_test.cc51 static const char kRawDex[] = variable
310 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex, kLocationString, &dex_bytes)); in TEST_F()
317 OpenDexFileInMemoryBase64(kRawDex, kLocationString, 0x00d87910U, true, &dex_bytes); in TEST_F()
468 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex, kLocationString, &dex_bytes)); in TEST_F()