Searched refs:GetMultiDexLocation (Results  1 – 13 of 13) sorted by relevance
| /art/libdexfile/dex/ | 
| D | dex_file_loader_test.cc | 372 TEST_F(DexFileLoaderTest, GetMultiDexLocation) {  in TEST_F()  argument375   ASSERT_EQ("/system/app/framework.jar", DexFileLoader::GetMultiDexLocation(0, dex_location));  in TEST_F()
 377             DexFileLoader::GetMultiDexLocation(1, dex_location));  in TEST_F()
 379             DexFileLoader::GetMultiDexLocation(100, dex_location));  in TEST_F()
 
 | 
| D | art_dex_file_loader_test.cc | 124   EXPECT_EQ(dexes[0]->GetLocation(), DexFileLoader::GetMultiDexLocation(0, multidex_file.c_str()));  in TEST_F()128   EXPECT_EQ(dexes[1]->GetLocation(), DexFileLoader::GetMultiDexLocation(1, multidex_file.c_str()));  in TEST_F()
 361   std::string multidex_location = DexFileLoader::GetMultiDexLocation(1, dex_location.c_str());  in TEST_F()
 369   std::string multidex_location_sym = DexFileLoader::GetMultiDexLocation(  in TEST_F()
 
 | 
| D | art_dex_file_loader.cc | 97       dex_locations->push_back(GetMultiDexLocation(idx, filename));  in GetMultiDexChecksums()
 | 
| D | dex_file_loader.cc | 150 std::string DexFileLoader::GetMultiDexLocation(size_t index, const char* dex_location) {  in GetMultiDexLocation()  function in art::DexFileLoader300       std::string multidex_location = GetMultiDexLocation(i, location_.c_str());  in Open()
 
 | 
| D | dex_file_loader.h | 73   static std::string GetMultiDexLocation(size_t index, const char* dex_location);
 | 
| /art/dex2oat/linker/ | 
| D | oat_writer_test.cc | 794       ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),  in TestZipFileInput()801       ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()),  in TestZipFileInput()
 843       ASSERT_EQ(DexFileLoader::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),  in TestZipFileInput()
 850       ASSERT_EQ(DexFileLoader::GetMultiDexLocation(1, zip_file.GetFilename().c_str()),  in TestZipFileInput()
 
 | 
| D | oat_writer.cc | 502     std::string multidex_location = DexFileLoader::GetMultiDexLocation(i, location);  in AddVdexDexFilesSource()
 | 
| /art/runtime/ | 
| D | vdex_file.cc | 225     std::string location = DexFileLoader::GetMultiDexLocation(i, kVdexLocation);  in OpenAllDexFiles()
 | 
| D | oat_file_assistant.cc | 440     std::string multidex_dex_location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str());  in LoadDexFiles()494     std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str());  in DexChecksumUpToDate()
 
 | 
| D | oat_file_manager.cc | 559                                      DexFileLoader::GetMultiDexLocation(i, dex_location.c_str()));  in OpenDexFilesFromOat_Impl()
 | 
| D | oat_file.cc | 1772         std::string location = DexFileLoader::GetMultiDexLocation(i, dex_location.c_str());  in Open()
 | 
| /art/libprofile/profile/ | 
| D | profile_compilation_info.cc | 2251     std::string dex_location = DexFileLoader::GetMultiDexLocation(i, base_dex_location.c_str());  in GenerateTestProfile()
 | 
| /art/runtime/gc/space/ | 
| D | image_space.cc | 3492       std::string multi_dex_location = DexFileLoader::GetMultiDexLocation(  in ValidateOatFile()
 |