Searched defs:IsAbsoluteLocation (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_loader_context.cc671 static bool IsAbsoluteLocation(const std::string& location) { function in namespace:art
737 bool is_dex_name_absolute = IsAbsoluteLocation(info.classpath[k]);
738 bool is_expected_dex_name_absolute = IsAbsoluteLocation(expected_info.classpath[k]);
H A Dclass_loader_context_test.cc83 static bool IsAbsoluteLocation(const std::string& location) { function in class:art::ClassLoaderContextTest
106 if (!IsAbsoluteLocation(opened_location)) {

Completed in 64 milliseconds