Searched refs:GetMultiDexSuffix (Results 1 – 4 of 4) sorted by relevance
386 EXPECT_EQ("", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar")); in TEST()387 EXPECT_EQ("!classes2.dex", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar!classes2.dex")); in TEST()388 EXPECT_EQ("!classes8.dex", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar!classes8.dex")); in TEST()
105 static std::string GetMultiDexSuffix(const std::string& location) { in GetMultiDexSuffix() function
713 location = it->second + DexFileLoader::GetMultiDexSuffix(location); in EncodeContextInternal()
2092 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix( in DumpInfo()