Searched refs:IsAbsoluteLocation (Results 1 – 2 of 2) sorted by relevance
671 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function737 bool is_dex_name_absolute = IsAbsoluteLocation(info.classpath[k]); in VerifyClassLoaderContextMatch()738 bool is_expected_dex_name_absolute = IsAbsoluteLocation(expected_info.classpath[k]); in VerifyClassLoaderContextMatch()
83 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest106 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()