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