Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1100 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation() argument
1101 if (abs_dex_location != nullptr && rel_dex_location[0] != '/') { in ResolveRelativeEncodedDexLocation()
1103 std::string base = DexFile::GetBaseLocation(rel_dex_location); in ResolveRelativeEncodedDexLocation()
1104 std::string multidex_suffix = DexFile::GetMultiDexSuffix(rel_dex_location); in ResolveRelativeEncodedDexLocation()
1116 return rel_dex_location; in ResolveRelativeEncodedDexLocation()
Doat_file.h301 const char* abs_dex_location, const std::string& rel_dex_location);