Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1021 "DLC[" + CreateClassPathWithChecksums(dex_files2) + "]"; in TEST_F()
1032 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1033 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1043 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1044 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1059 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1060 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
1061 "#PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1076 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1077 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
[all …]
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h260 std::string CreateClassPathWithChecksums(
H A Dcommon_art_test.cc587 std::string CommonArtTestImpl::CreateClassPathWithChecksums( in CreateClassPathWithChecksums() function in art::CommonArtTestImpl
/aosp12/art/runtime/
H A Dclass_loader_context_test.cc1139 std::string expected_encoding = "PCL[" + CreateClassPathWithChecksums(dex1) + ":" + in TEST_F()
1140 CreateClassPathWithChecksums(dex2) + "]"; in TEST_F()
1157 + "];PCL[" + CreateClassPathWithChecksums(dex1) + "]"; in TEST_F()