Searched refs:GetDexFileName (Results 1 – 3 of 3) sorted by relevance
34 dex_files.push_back(LoadExpectSingleDexFile(GetDexFileName(jars[i]).c_str())); in TEST_F()
99 std::string GetDexFileName(const std::string& jar_prefix);
287 return GetDexFileName("core-libart"); in GetLibCoreDexFileName()290 std::string CommonRuntimeTest::GetDexFileName(const std::string& jar_prefix) { in GetDexFileName() function in art::CommonRuntimeTest