Searched refs:GetMultiDexLocation (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Ddex_file_test.cc376 EXPECT_EQ(dexes[0]->GetLocation(), DexFile::GetMultiDexLocation(0, multidex_file.c_str()));
379 EXPECT_EQ(dexes[1]->GetLocation(), DexFile::GetMultiDexLocation(1, multidex_file.c_str()));
532 TEST_F(DexFileTest, GetMultiDexLocation) {
535 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexLocation(0, dex_location));
537 DexFile::GetMultiDexLocation(1, dex_location));
539 DexFile::GetMultiDexLocation(100, dex_location));
548 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str());
556 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str());
H A Doat_file_assistant.cc320 std::string multidex_dex_location = DexFile::GetMultiDexLocation(i, dex_location);
372 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
401 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
830 std::string dex = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
H A Dvdex_file.cc150 std::string location = DexFile::GetMultiDexLocation(i, kVdexLocation);
H A Ddex_file.cc448 std::string fake_location = GetMultiDexLocation(i, location.c_str());
1210 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { function in class:art::DexFile
H A Ddex_file.h1063 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
/art/compiler/
H A Doat_test.cc754 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),
761 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()),
803 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),
810 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()),
H A Doat_writer.cc396 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location));
426 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location));
/art/runtime/jit/
H A Dprofile_compilation_info.cc1217 std::string dex_location = DexFile::GetMultiDexLocation(i, base_dex_location.c_str());
/art/runtime/gc/space/
H A Dimage_space.cc1825 std::string multi_dex_location = DexFile::GetMultiDexLocation(i, dex_file_location.c_str());

Completed in 552 milliseconds