Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc911 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation() argument
912 if (abs_dex_location != nullptr && rel_dex_location[0] != '/') { in ResolveRelativeEncodedDexLocation()
914 std::string base = DexFile::GetBaseLocation(rel_dex_location); in ResolveRelativeEncodedDexLocation()
915 std::string multidex_suffix = DexFile::GetMultiDexSuffix(rel_dex_location); in ResolveRelativeEncodedDexLocation()
927 return rel_dex_location; in ResolveRelativeEncodedDexLocation()
Doat_file.h253 const char* abs_dex_location, const std::string& rel_dex_location);