Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_artifacts_test.cc34 const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar"); in TEST() local
53 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST() local
Dodrefresh.cc1025 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in SystemServerArtifactsExist() local
/art/runtime/gc/space/
Dimage_space_test.cc329 std::string image_location = PrepareImageLocation(); in SetUpRuntimeOptions() local
360 std::string image_location = GetCoreArtLocation(); in PrepareImageLocation() local
411 std::string image_location = missing_image_base_->GetFilename() + ".art"; in PrepareImageLocation() local
Dimage_space.cc92 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/
Ddex2oat_image_test.cc419 auto load = [&](const std::string& image_location) { in TEST_F()
438 auto silent_load = [&](const std::string& image_location) { in TEST_F()
Ddex2oat_test.cc1199 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.cc1226 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()