Searched refs:GetSystemImageFilename (Results 1 – 9 of 9) sorted by relevance
/art/libartbase/base/ |
D | file_utils_test.cc | 56 TEST_F(FileUtilsTest, GetSystemImageFilename) { in TEST_F() argument 58 GetSystemImageFilename("/system/framework/boot.art", InstructionSet::kArm).c_str()); in TEST_F()
|
D | file_utils.h | 85 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
|
D | file_utils.cc | 372 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) { in GetSystemImageFilename() function
|
/art/dex2oat/linker/ |
D | elf_writer_test.cc | 58 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()
|
D | image_test.h | 184 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA)); in DoCompile()
|
/art/dexlayout/ |
D | dexdiag_test.cc | 62 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
|
/art/cmdline/ |
D | cmdline.h | 52 std::string system_filename(GetSystemImageFilename(location.c_str(), isa)); in LocationToFilename()
|
/art/oatdump/ |
D | oatdump_test.h | 46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
|
/art/runtime/ |
D | runtime.cc | 1257 GetSystemImageFilename(image_location_.c_str(), instruction_set_)); in Init()
|