Searched defs:image_location (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/odrefresh/ |
H A D | odr_artifacts_test.cc | 31 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 D | odrefresh.cc | 479 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 D | image_space.cc | 79 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 D | image_space_test.cc | 373 std::string image_location = GetCoreArtLocation(); in SetUpRuntimeOptions() local
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_image_test.cc | 419 auto load = [&](const std::string& image_location) { in TEST_F() 433 auto silent_load = [&](const std::string& image_location) { in TEST_F()
|
H A D | dex2oat_test.cc | 1100 const std::string image_location = spaces[0]->GetImageLocation(); in TEST_F() local
|
/aosp12/art/runtime/ |
H A D | dexopt_test.cc | 137 std::string image_location = GetImageLocation(); in GenerateOatForTest() local
|
/aosp12/art/imgdiag/ |
H A D | imgdiag.cc | 1286 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()
|