Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dfile_utils.h166 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation() function
/aosp12/art/runtime/
H A Dclass_loader_context.cc1240 DCHECK(IsAbsoluteLocation(path)); in AbsolutePathHasRelativeSuffix()
1241 DCHECK(!IsAbsoluteLocation(suffix)); in AbsolutePathHasRelativeSuffix()
1254 bool is_dex_name_absolute = IsAbsoluteLocation(actual_dex_name); in AreDexNameMatching()
1255 bool is_expected_dex_name_absolute = IsAbsoluteLocation(expected_dex_name); in AreDexNameMatching()
H A Dclass_loader_context_test.cc137 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest
177 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()