Searched defs:IsAbsoluteLocation (Results 1 – 2 of 2) sorted by relevance
120 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation() function
137 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest