Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader_test.cc538 TEST_F(DexFileLoaderTest, GetMultiDexLocation) { in TEST_F() argument
541 ASSERT_EQ("/system/app/framework.jar", DexFileLoader::GetMultiDexLocation(0, dex_location)); in TEST_F()
543 DexFileLoader::GetMultiDexLocation(1, dex_location)); in TEST_F()
545 DexFileLoader::GetMultiDexLocation(100, dex_location)); in TEST_F()
Dart_dex_file_loader_test.cc123 EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str())); in TEST_F()
124 EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str())); in TEST_F()
348 std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F()
356 std::string multidex_location_sym = DexFileLoader::GetMultiDexLocation( in TEST_F()
Ddex_file_loader.cc149 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFileLoader
190 checksums->emplace_back(GetMultiDexLocation(i, location_.c_str()), zip_entry->GetCrc32()); in GetMultiDexChecksums()
211 checksums->emplace_back(GetMultiDexLocation(i++, location_.c_str()), header->checksum_); in GetMultiDexChecksums()
416 std::string multidex_location = GetMultiDexLocation(i, location_.c_str()); in Open()
562 std::string multidex_location = GetMultiDexLocation(*multidex_count, location.c_str()); in OpenFromZipEntry()
Ddex_file_loader.h74 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
/art/dex2oat/linker/
Doat_writer_test.cc851 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput()
858 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
900 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput()
907 ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
Doat_writer.cc489 std::string multidex_location = DexFileLoader::GetMultiDexLocation(i, location); in AddVdexDexFilesSource()
/art/runtime/oat/
Doat_file_assistant.cc397 std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in LoadDexFiles()
460 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate()
Doat_file_manager.cc574 DexFileLoader::GetMultiDexLocation(i, dex_location.c_str())); in OpenDexFilesFromOat_Impl()
Doat_file.cc1864 std::string location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()); in Open()
/art/runtime/
Dvdex_file.cc265 std::string location = DexFileLoader::GetMultiDexLocation(i, kVdexLocation); in OpenAllDexFiles()
/art/libprofile/profile/
Dprofile_compilation_info.cc2318 std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()