Searched refs:CreateClassPathWithChecksums (Results 1 – 4 of 4) sorted by relevance
1228 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 …]
298 std::string CreateClassPathWithChecksums(
555 std::string CommonArtTestImpl::CreateClassPathWithChecksums( in CreateClassPathWithChecksums() function in art::CommonArtTestImpl
1093 std::string expected_encoding = "PCL[" + CreateClassPathWithChecksums(dex1) + ":" + in TEST_F()1094 CreateClassPathWithChecksums(dex2) + "]"; in TEST_F()1111 + "];PCL[" + CreateClassPathWithChecksums(dex1) + "]"; in TEST_F()