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