Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h189 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation() function
/art/runtime/
Dclass_loader_context.cc1341 DCHECK(IsAbsoluteLocation(path)); in AbsolutePathHasRelativeSuffix()
1342 DCHECK(!IsAbsoluteLocation(suffix)); in AbsolutePathHasRelativeSuffix()
1355 bool is_dex_name_absolute = IsAbsoluteLocation(actual_dex_name); in AreDexNameMatching()
1356 bool is_expected_dex_name_absolute = IsAbsoluteLocation(expected_dex_name); in AreDexNameMatching()
Dclass_loader_context_test.cc146 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() function in art::ClassLoaderContextTest
186 if (!IsAbsoluteLocation(opened_location)) { in VerifyOpenDexFiles()