Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context.cc671 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function
737 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()
Dclass_loader_context_test.cc83 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest
106 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()