Searched refs:IsAbsoluteLocation (Results 1 – 3 of 3) sorted by relevance
130 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation() function
1276 DCHECK(IsAbsoluteLocation(path)); in AbsolutePathHasRelativeSuffix()1277 DCHECK(!IsAbsoluteLocation(suffix)); in AbsolutePathHasRelativeSuffix()1290 bool is_dex_name_absolute = IsAbsoluteLocation(actual_dex_name); in AreDexNameMatching()1291 bool is_expected_dex_name_absolute = IsAbsoluteLocation(expected_dex_name); in AreDexNameMatching()
137 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest161 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()