Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils_test.cc56 TEST_F(FileUtilsTest, GetSystemImageFilename) { in TEST_F() argument
58 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
Dfile_utils.h71 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
Dfile_utils.cc295 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.cc67 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/gc/space/
Dimage_space.cc199 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilenameImpl()
1421 std::string filename = GetSystemImageFilename(image_location_.c_str(), image_isa_); in LoadFromSystem()
/art/runtime/
Druntime.cc1187 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init()