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