Home
last modified time | relevance | path

Searched refs:GetSystemImageFilename (Results 1 – 13 of 13) sorted by relevance

/art/odrefresh/
Dodr_artifacts_test.cc35 GetSystemImageFilename(image_location.c_str(), InstructionSet::kArm64); in TEST()
53 GetSystemImageFilename(image_location.c_str(), InstructionSet::kX86); in TEST()
Dodrefresh.cc990 return GetSystemImageFilename(GetBootImageExtensionImage(/*on_system=*/false).c_str(), isa); in GetBootImageExtensionImagePath()
1004 return GetSystemImageFilename(image.c_str(), config_.GetSystemServerIsa()); in GetSystemServerImagePath()
/art/libartbase/base/
Dfile_utils_test.cc51 TEST_F(FileUtilsTest, GetSystemImageFilename) { in TEST_F() argument
53 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
218 const std::string boot_image_filename = GetSystemImageFilename(boot_image.c_str(), isa); in TEST_F()
238 const std::string image_filename = GetSystemImageFilename(image.c_str(), isa); in TEST_F()
Dfile_utils.h117 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
Dfile_utils.cc332 GetSystemImageFilename(boot_extension_image.c_str(), kRuntimeISA); in GetDefaultBootImageLocation()
499 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename() function
/art/dex2oat/linker/
Delf_writer_test.cc58 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
125 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
Dimage_test.h184 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA)); in DoCompile()
/art/dexlayout/
Ddexdiag_test.cc62 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
/art/cmdline/
Dcmdline.h52 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename()
/art/oatdump/
Doatdump_test.h46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
/art/runtime/native/
Ddalvik_system_DexFile.cc830 oat_filename = GetSystemImageFilename(oat_file->GetLocation().c_str(), in DexFile_getDexFileOutputPaths()
/art/runtime/gc/space/
Dimage_space.cc126 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
2222 *filename = GetSystemImageFilename(location.c_str(), image_isa); in LoadOrValidateFromSystem()
/art/runtime/
Druntime.cc1412 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init()