Searched refs:CreateClassPathWithChecksums (Results 1 – 4 of 4) sorted by relevance
189 std::string CreateClassPathWithChecksums(
494 std::string expected_encoding = "PCL[" + CreateClassPathWithChecksums(dex1) + ":" + in TEST_F()495 CreateClassPathWithChecksums(dex2) + "]"; in TEST_F()
776 std::string CommonRuntimeTestImpl::CreateClassPathWithChecksums( in CreateClassPathWithChecksums() function in art::CommonRuntimeTestImpl
1134 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F()1135 "DLC[" + CreateClassPathWithChecksums(dex_files2) + "]"; in TEST_F()