Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodr_artifacts_test.cc31 const std::string image_location = GetApexDataBootImage("/system/framework/framework.jar"); in TEST() local
49 const std::string image_location = GetApexDataImage("/system/framework/services.jar"); in TEST() local
H A Dodrefresh.cc479 const std::string image_location = GetSystemServerImagePath(/*on_system=*/false, jar_path); in SystemServerArtifactsExistOnData() local
711 const std::string image_location = GetSystemServerImagePath(on_system, jar_path); in VerifySystemServerArtifactsAreUpToDate() local
827 const std::string image_location = in RemoveSystemServerArtifactsFromData() local
854 const std::string image_location = GetBootImageExtensionImage(on_system); in VerifyBootExtensionArtifactsAreUpToDate() local
1049 const std::string image_location = GetBootImageExtensionImagePath(isa); in CompileBootExtensionArtifacts() local
1150 const std::string image_location = GetSystemServerImagePath(/*on_system=*/false, jar); in CompileSystemServerArtifacts() local
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc79 const char* image_location, in ImageSpace()
118 static bool FindImageFilenameImpl(const char* image_location, in FindImageFilenameImpl()
135 bool ImageSpace::FindImageFilename(const char* image_location, in FindImageFilename()
591 const char* image_location, in Init()
620 const char* image_location, in Init()
919 const char* image_location, in LoadImageFile()
1414 BootImageLayout(const std::string& image_location, in BootImageLayout()
2232 const std::string& image_location, in BootImageLoader()
2247 std::string image_location = layout.GetPrimaryImageLocation(); in FindImageFiles() local
3167 const std::string& image_location, in LoadBootImage()
[all …]
H A Dimage_space_test.cc373 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions() local
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc419 auto load = [&](const std::string& image_location) { in TEST_F()
433 auto silent_load = [&](const std::string& image_location) { in TEST_F()
H A Ddex2oat_test.cc1100 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
/aosp12/art/runtime/
H A Ddexopt_test.cc137 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
/aosp12/art/imgdiag/
H A Dimgdiag.cc1286 bool Dump(const ImageHeader& image_header, const std::string& image_location) in Dump()
1310 bool DumpImageDiff(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiff()
1441 bool DumpImageDiffMap(const ImageHeader& image_header, const std::string& image_location) in DumpImageDiffMap()
1782 static std::string GetImageLocationBaseName(const std::string& image_location) { in GetImageLocationBaseName()