Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc360 TEST_F(DexFileTest, GetMultiDexLocation) { in TEST_F() argument
363 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexLocation(0, dex_location)); in TEST_F()
365 DexFile::GetMultiDexLocation(1, dex_location)); in TEST_F()
367 DexFile::GetMultiDexLocation(100, dex_location)); in TEST_F()
376 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F()
384 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str()); in TEST_F()
Doat_file_assistant.cc291 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); in LoadDexFiles()
494 = DexFile::GetMultiDexLocation(i, dex_location_.c_str()); in GivenOatFileIsOutOfDate()
Ddex_file.h1151 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
Ddex_file.cc380 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenFromZip()
1097 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFile
/art/compiler/
Doat_test.cc697 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput()
704 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
745 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput()
752 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
Doat_writer.cc368 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location)); in AddZippedDexFilesSource()