Searched defs:image_location (Results  1 – 8 of 8) sorted by relevance
| /art/odrefresh/ | 
| D | odr_artifacts_test.cc | 34   const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar");  in TEST()  local53   const std::string image_location = GetApexDataImage("/system/framework/services.jar");  in TEST()  local
 
 | 
| D | odrefresh.cc | 1025     const std::string image_location = GetSystemServerImagePath(on_system, jar_path);  in SystemServerArtifactsExist()  local
 | 
| /art/runtime/gc/space/ | 
| D | image_space_test.cc | 329     std::string image_location = PrepareImageLocation();  in SetUpRuntimeOptions()  local360     std::string image_location = GetCoreArtLocation();  in PrepareImageLocation()  local
 411     std::string image_location = missing_image_base_->GetFilename() + ".art";  in PrepareImageLocation()  local
 
 | 
| D | image_space.cc | 92                        const char* image_location,  in ImageSpace()131 static bool FindImageFilenameImpl(const char* image_location,  in FindImageFilenameImpl()
 148 bool ImageSpace::FindImageFilename(const char* image_location,  in FindImageFilename()
 563                                                   const char* image_location,  in InitAppImage()
 661                                           const char* image_location,  in Init()
 690                                           const char* image_location,  in Init()
 989                               const char* image_location,  in LoadImageFile()
 2235     std::string image_location = layout.GetPrimaryImageLocation();  in FindImageFiles()  local
 2779   std::unique_ptr<ImageSpace> Load(const std::string& image_location,  in Load()
 3261   const std::string image_location = layout.GetPrimaryImageLocation();  in IsBootClassPathOnDisk()  local
 [all …]
 
 | 
| /art/dex2oat/ | 
| D | dex2oat_image_test.cc | 419   auto load = [&](const std::string& image_location) {  in TEST_F()438   auto silent_load = [&](const std::string& image_location) {  in TEST_F()
 
 | 
| D | dex2oat_test.cc | 1199   const std::string image_location = spaces[0]->GetImageLocation();  in TEST_F()  local
 | 
| /art/runtime/ | 
| D | dexopt_test.cc | 137   std::string image_location = GetImageLocation();  in GenerateOatForTest()  local
 | 
| /art/imgdiag/ | 
| D | imgdiag.cc | 1226   bool Dump(const ImageHeader& image_header, const std::string& image_location)  in Dump()1250   bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location)  in DumpImageDiff()
 1363   bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location)  in DumpImageDiffMap()
 1716   static std::string GetImageLocationBaseName(const std::string& image_location) {  in GetImageLocationBaseName()
 
 |