Home
last modified time | relevance | path

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

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