Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump_test.cc41 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
/art/runtime/
Dcommon_runtime_test.h98 static std::string GetCoreOatLocation();
Dcommon_runtime_test.cc275 std::string CommonRuntimeTest::GetCoreOatLocation() { in GetCoreOatLocation() function in art::CommonRuntimeTest
/art/compiler/
Delf_writer_test.cc53 std::string elf_location = GetCoreOatLocation(); in TEST_F()