Searched refs:GetMultiDexLocation (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | dex_file_test.cc | 376 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()
|
| D | oat_file_assistant.cc | 320 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()
|
| D | vdex_file.cc | 150 std::string location = DexFile::GetMultiDexLocation(i, kVdexLocation); in OpenAllDexFiles()
|
| D | dex_file.cc | 448 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
|
| D | dex_file.h | 1063 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
| /art/compiler/ |
| D | oat_test.cc | 754 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()
|
| D | oat_writer.cc | 396 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/ |
| D | profile_compilation_info.cc | 1217 std::string dex_location = DexFile::GetMultiDexLocation(i, base_dex_location.c_str()); in GenerateTestProfile()
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 1825 std::string multi_dex_location = DexFile::GetMultiDexLocation(i, dex_file_location.c_str()); in ValidateOatFile()
|