Home
last modified time | relevance | path

Searched refs:GetMultiDexSuffix (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader_test.cc417 EXPECT_EQ("", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar")); in TEST()
418 EXPECT_EQ("!classes2.dex", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar!classes2.dex")); in TEST()
419 EXPECT_EQ("!classes8.dex", DexFileLoader::GetMultiDexSuffix("/foo/bar/baz.jar!classes8.dex")); in TEST()
Ddex_file_loader.h101 static std::string GetMultiDexSuffix(const std::string& location) { in GetMultiDexSuffix() function
/art/libprofile/profile/
Dprofile_compilation_info_test.cc833 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix(dex->GetLocation()); in TEST_F()
890 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix(dex->GetLocation()); in TEST_F()
Dprofile_compilation_info.cc1806 std::string multidex_suffix = DexFileLoader::GetMultiDexSuffix(dex_data->profile_key); in DumpInfo()
/art/runtime/
Dclass_loader_context.cc633 location = it->second + DexFileLoader::GetMultiDexSuffix(location); in EncodeContextInternal()
Doat_file.cc1517 ? std::string(abs_dex_location) + DexFileLoader::GetMultiDexSuffix(rel_dex_location) in MaybeResolveDexPath()