Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc90 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()
Ddex_file_loader_test.cc403 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()
Ddex_file_loader.h69 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
Ddex_file_loader.cc179 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()
Dart_dex_file_loader.cc510 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenAllDexFilesFromZip()
/art/runtime/
Doat_file_assistant.cc290 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()
Dvdex_file.cc220 std::string location = DexFileLoader::GetMultiDexLocation(i, kVdexLocation); in OpenAllDexFiles()
Doat_file_manager.cc754 DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()), in OpenDexFilesFromOat_Impl()
/art/dex2oat/linker/
Doat_writer_test.cc755 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()
Doat_writer.cc557 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/
Dprofile_compilation_info.cc1975 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
/art/runtime/gc/space/
Dimage_space.cc2184 std::string multi_dex_location = DexFileLoader::GetMultiDexLocation( in ValidateOatFile()