Home
last modified time | relevance | path

Searched defs:image_location (Results 1 – 8 of 8) sorted by relevance

/art/odrefresh/
Dodr_artifacts_test.cc33 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
Dodrefresh.cc1076 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist() local
/art/runtime/gc/space/
Dimage_space_test.cc325 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
Dimage_space.cc89 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/
Ddex2oat_image_test.cc418 auto load = [&](const std::string& image_location) { in TEST_F()
439 auto silent_load = [&](const std::string& image_location) { in TEST_F()
Ddex2oat_test.cc1201 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
/art/runtime/
Ddexopt_test.cc137 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
/art/imgdiag/
Dimgdiag.cc1393 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()