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

/art/oatdump/
H A Doatdump_test.cc41 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA);
/art/compiler/
H A Delf_writer_test.cc54 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA);
H A Dimage_test.cc52 std::string image_filename(GetSystemImageFilename(image_location.GetFilename().c_str(),
/art/runtime/
H A Dutils_test.cc347 TEST_F(UtilsTest, GetSystemImageFilename) {
349 GetSystemImageFilename("/system/framework/boot.art", kArm).c_str());
H A Dutils.h261 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
H A Dutils.cc1367 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { function in namespace:art
/art/cmdline/
H A Dcmdline.h47 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
/art/runtime/gc/space/
H A Dimage_space.cc246 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa));
/art/patchoat/
H A Dpatchoat.cc59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));

Completed in 187 milliseconds