Home
last modified time | relevance | path

Searched refs:AreDexNameMatching (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_loader_context.cc1283 static bool AreDexNameMatching(const std::string& actual_dex_name, in AreDexNameMatching() function
1347 bool dex_names_match = AreDexNameMatching(info.classpath[k], expected_info.classpath[k]); in ClassLoaderInfoMatch()
1427 && AreDexNameMatching(info->classpath[k], dex_file->GetLocation())) { in CheckForDuplicateDexFiles()