Searched refs:base_dex_location (Results 1 – 2 of 2) sorted by relevance
710 std::string base_dex_location = DexFileLoader::GetBaseLocation(location); in EncodeContextInternal() local711 auto it = remap.find(base_dex_location); in EncodeContextInternal()712 CHECK(it != remap.end()) << base_dex_location; in EncodeContextInternal()
2235 const std::string base_dex_location = "base.apk"; in GenerateTestProfile() local2251 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()