Home
last modified time | relevance | path

Searched refs:rel_dex_location (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.cc1500 static bool IsLocationSuffix(const char* abs_dex_location, const std::string& rel_dex_location) { in IsLocationSuffix() argument
1502 std::string target_suffix = "/" + DexFileLoader::GetBaseLocation(rel_dex_location); in IsLocationSuffix()
1511 const std::string& rel_dex_location, in MaybeResolveDexPath() argument
1517 ? std::string(abs_dex_location) + DexFileLoader::GetMultiDexSuffix(rel_dex_location) in MaybeResolveDexPath()
1518 : rel_dex_location; in MaybeResolveDexPath()
1523 const std::string& rel_dex_location, in ResolveRelativeEncodedDexLocation() argument
1535 if (!IsAbsoluteLocation(rel_dex_location) && in ResolveRelativeEncodedDexLocation()
1536 IsLocationSuffix(abs_dex_location, rel_dex_location)) { in ResolveRelativeEncodedDexLocation()
1562 MaybeResolveDexPath(abs_dex_location, rel_dex_location, resolve_location, dex_file_location); in ResolveRelativeEncodedDexLocation()
1563 MaybeResolveDexPath(abs_dex_location, rel_dex_location, resolve_filename, dex_file_name); in ResolveRelativeEncodedDexLocation()
Doat_file.h356 const std::string& rel_dex_location,