Searched defs:image_location (Results 1 – 8 of 8) sorted by relevance
/art/odrefresh/ |
D | odr_artifacts_test.cc | 33 const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar"); in TEST() local 52 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST() local
|
D | odrefresh.cc | 1076 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist() local
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 325 std::string image_location = PrepareImageLocation(); in SetUpRuntimeOptions() local 356 std::string image_location = GetCoreArtLocation(); in PrepareImageLocation() local 407 std::string image_location = missing_image_base_->GetFilename() + ".art"; in PrepareImageLocation() local
|
D | image_space.cc | 89 const char* image_location, in ImageSpace() 128 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl() 145 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename() 560 const char* image_location, in InitAppImage() 659 const char* image_location, in Init() 688 const char* image_location, in Init() 987 const char* image_location, in LoadImageFile() 2257 std::string image_location = layout.GetPrimaryImageLocation(); in FindImageFiles() local 2804 std::unique_ptr<ImageSpace> Load(const std::string& image_location, in Load() 3280 const std::string image_location = layout.GetPrimaryImageLocation(); in IsBootClassPathOnDisk() local [all …]
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 418 auto load = [&](const std::string& image_location) { in TEST_F() 439 auto silent_load = [&](const std::string& image_location) { in TEST_F()
|
D | dex2oat_test.cc | 1201 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 | 1393 const std::string& image_location, in Dump() 1418 const std::string& image_location, in DumpImageDiff() 1532 const std::string& image_location, in DumpImageDiffMap() 1789 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName()
|