Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_test.cc49 std::string elf_location; in TEST_F() local
53 elf_location = StringPrintf("%s/framework/core.oat", host_dir); in TEST_F()
55 elf_location = "/data/art-test/core.oat"; in TEST_F()
57 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F()