Searched refs:CreateClassPath (Results 1 – 3 of 3) sorted by relevance
679 "PCL[" + CreateClassPath(classpath_dex_a) + ":" + CreateClassPath(classpath_dex_b) + "];" + in TEST_F()680 "DLC[" + CreateClassPath(classpath_dex_c) + "];" + in TEST_F()681 "PCL[" + CreateClassPath(classpath_dex_d) + "]"; in TEST_F()749 "PCL[" + CreateClassPath(classpath_dex_a) + ":" + CreateClassPath(classpath_dex_b) + "]{" + in TEST_F()750 "DLC[" + CreateClassPath(classpath_dex_c) + "]#" + in TEST_F()751 "PCL[" + CreateClassPath(classpath_dex_d) + "]}"; in TEST_F()836 "PCL[" + CreateClassPath(classpath_dex_a) + "]{" + in TEST_F()837 "PCL[" + CreateClassPath(classpath_dex_b) + "]};" + in TEST_F()838 "PCL[" + CreateClassPath(classpath_dex_c) + "]{" + in TEST_F()839 "PCL[" + CreateClassPath(classpath_dex_d) + "]}"; in TEST_F()[all …]
257 std::string CreateClassPath(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
577 std::string CommonArtTestImpl::CreateClassPath( in CreateClassPath() function in art::CommonArtTestImpl