Lines Matching refs:CreateClassPathWithChecksums
1129 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F()
1130 "DLC[" + CreateClassPathWithChecksums(dex_files2) + "]"; in TEST_F()
1141 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1142 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1152 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1153 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1168 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1169 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
1170 "#PCL[" + CreateClassPathWithChecksums(dex_files2) + "]}"; in TEST_F()
1185 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F()
1186 "{PCL[" + CreateClassPathWithChecksums(dex_files2) + "]" + in TEST_F()
1187 "{PCL[" + CreateClassPathWithChecksums(dex_files1) + "]}}"; in TEST_F()