Searched refs:GetMultiDexLocation (Results 1 – 12 of 12) sorted by relevance
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 90 EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str())); in TEST_F() 93 EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str())); in TEST_F() 299 std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F() 307 std::string multidex_location_sym = DexFileLoader::GetMultiDexLocation( in TEST_F()
|
D | dex_file_loader_test.cc | 403 TEST_F(DexFileLoaderTest, GetMultiDexLocation) { in TEST_F() argument 406 ASSERT_EQ("/system/app/framework.jar", DexFileLoader::GetMultiDexLocation(0, dex_location)); in TEST_F() 408 DexFileLoader::GetMultiDexLocation(1, dex_location)); in TEST_F() 410 DexFileLoader::GetMultiDexLocation(100, dex_location)); in TEST_F()
|
D | dex_file_loader.h | 69 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
D | dex_file_loader.cc | 179 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFileLoader 478 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenAllDexFilesFromZip()
|
D | art_dex_file_loader.cc | 510 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenAllDexFilesFromZip()
|
/art/runtime/ |
D | oat_file_assistant.cc | 290 std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in LoadDexFiles() 342 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() 371 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate() 588 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in GetRequiredDexChecksums()
|
D | vdex_file.cc | 220 std::string location = DexFileLoader::GetMultiDexLocation(i, kVdexLocation); in OpenAllDexFiles()
|
D | oat_file_manager.cc | 754 DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()), in OpenDexFilesFromOat_Impl()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 755 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 762 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput() 805 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 812 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
|
D | oat_writer.cc | 557 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddZippedDexFilesSource() 593 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddVdexDexFilesSource()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1975 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
|
/art/runtime/gc/space/ |
D | image_space.cc | 2184 std::string multi_dex_location = DexFileLoader::GetMultiDexLocation( in ValidateOatFile()
|