Lines Matching refs:CreateClassPathWithChecksums
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()
1285 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
1286 "{PCL[" + CreateClassPathWithChecksums(dex_files1) + "]}}"; in TEST_F()