Searched refs:CreateClassPath (Results 1 – 3 of 3) sorted by relevance
633 "PCL[" + CreateClassPath(classpath_dex_a) + ":" + CreateClassPath(classpath_dex_b) + "];" + in TEST_F()634 "DLC[" + CreateClassPath(classpath_dex_c) + "];" + in TEST_F()635 "PCL[" + CreateClassPath(classpath_dex_d) + "]"; in TEST_F()703 "PCL[" + CreateClassPath(classpath_dex_a) + ":" + CreateClassPath(classpath_dex_b) + "]{" + in TEST_F()704 "DLC[" + CreateClassPath(classpath_dex_c) + "]#" + in TEST_F()705 "PCL[" + CreateClassPath(classpath_dex_d) + "]}"; in TEST_F()790 "PCL[" + CreateClassPath(classpath_dex_a) + "]{" + in TEST_F()791 "PCL[" + CreateClassPath(classpath_dex_b) + "]};" + in TEST_F()792 "PCL[" + CreateClassPath(classpath_dex_c) + "]{" + in TEST_F()793 "PCL[" + CreateClassPath(classpath_dex_d) + "]}"; in TEST_F()[all …]
227 std::string CreateClassPath(const std::vector<std::unique_ptr<const DexFile>>& dex_files);
488 std::string CommonArtTestImpl::CreateClassPath( in CreateClassPath() function in art::CommonArtTestImpl