Searched refs:rel_dex_location (Results 1 – 2 of 2) sorted by relevance
1100 const char* abs_dex_location, const std::string& rel_dex_location) { in ResolveRelativeEncodedDexLocation() argument1101 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()
301 const char* abs_dex_location, const std::string& rel_dex_location);