Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc41 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
/art/compiler/
Delf_writer_test.cc55 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
Dimage_test.cc67 std::string image_filename(GetSystemImageFilename(image_location.GetFilename().c_str(), in TestWriteRead()
/art/runtime/
Dutils_test.cc347 TEST_F(UtilsTest, GetSystemImageFilename) { in TEST_F() argument
349 GetSystemImageFilename("/system/framework/boot.art", kArm).c_str()); in TEST_F()
Dutils.h291 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
Dutils.cc1388 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename() function
/art/cmdline/
Dcmdline.h47 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename()
/art/patchoat/
Dpatchoat.cc59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename()
/art/runtime/gc/space/
Dimage_space.cc152 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa)); in FindImageFilename()