Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_test.cc94 std::string encoding1 = OatFile::EncodeDexFileDependencies(dex_files_const1); in TEST_F() local
95 EXPECT_TRUE(OatFile::CheckStaticDexFileDependencies(encoding1.c_str(), &error_msg)) in TEST_F()
96 << error_msg << " " << encoding1; in TEST_F()
98 EXPECT_TRUE(OatFile::GetDexLocationsFromDependencies(encoding1.c_str(), &split1)); in TEST_F()