Searched refs:GetMultiDexLocation (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | dex_file_test.cc | 360 TEST_F(DexFileTest, GetMultiDexLocation) { in TEST_F() argument 363 ASSERT_EQ("/system/app/framework.jar", DexFile::GetMultiDexLocation(0, dex_location)); in TEST_F() 365 DexFile::GetMultiDexLocation(1, dex_location)); in TEST_F() 367 DexFile::GetMultiDexLocation(100, dex_location)); in TEST_F() 376 std::string multidex_location = DexFile::GetMultiDexLocation(1, dex_location.c_str()); in TEST_F() 384 std::string multidex_location_sym = DexFile::GetMultiDexLocation(1, dex_location_sym.c_str()); in TEST_F()
|
D | oat_file_assistant.cc | 291 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); in LoadDexFiles() 494 = DexFile::GetMultiDexLocation(i, dex_location_.c_str()); in GivenOatFileIsOutOfDate()
|
D | dex_file.h | 1151 static std::string GetMultiDexLocation(size_t index, const char* dex_location);
|
D | dex_file.cc | 380 std::string fake_location = GetMultiDexLocation(i, location.c_str()); in OpenFromZip() 1097 std::string DexFile::GetMultiDexLocation(size_t index, const char* dex_location) { in GetMultiDexLocation() function in art::DexFile
|
/art/compiler/ |
D | oat_test.cc | 697 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 704 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput() 745 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()), in TestZipFileInput() 752 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()), in TestZipFileInput()
|
D | oat_writer.cc | 368 zipped_dex_file_locations_.push_back(DexFile::GetMultiDexLocation(i, location)); in AddZippedDexFilesSource()
|