Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h130 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation() function
/art/runtime/
Dclass_loader_context.cc1276 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()
Dclass_loader_context_test.cc137 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest
161 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()