Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1228 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F()
1229 "DLC[" + CreateClassPathWithChecksums(dex_files2) + "]"; in TEST_F()
1240 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1241 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1251 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1252 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1267 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1268 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
1269 "#PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1284 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
[all …]
/art/libartbase/base/
Dcommon_art_test.h298 std::string CreateClassPathWithChecksums(
Dcommon_art_test.cc555 std::string CommonArtTestImpl::CreateClassPathWithChecksums( in CreateClassPathWithChecksums() function in art::CommonArtTestImpl
/art/runtime/
Dclass_loader_context_test.cc1093 std::string expected_encoding = "PCL[" + CreateClassPathWithChecksums(dex1) + ":" + in TEST_F()
1094 CreateClassPathWithChecksums(dex2) + "]"; in TEST_F()
1111 + "];PCL[" + CreateClassPathWithChecksums(dex1) + "]"; in TEST_F()