Home
last modified time | relevance | path

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

/art/runtime/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.h63 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
Dfile_utils.cc300 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename() function
/art/dex2oat/linker/
Delf_writer_test.cc55 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
111 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()
Dimage_test.h175 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA)); in Compile()
/art/dexlayout/
Ddexdiag_test.cc67 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
/art/cmdline/
Dcmdline.h51 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/patchoat/
Dpatchoat.cc680 GetSystemImageFilename(space->GetImageLocation().c_str(), isa); in Verify()