Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer_test.cc57 std::string elf_location = GetCoreOatLocation(); in TEST_F()
124 std::string elf_location = GetCoreOatLocation(); in TEST_F()
/art/dexlayout/
Ddexdiag_test.cc60 const std::string default_location = GetCoreOatLocation(); in OpenOatAndVdexFiles()
/art/oatdump/
Doatdump_test.h46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
/art/libartbase/base/
Dcommon_art_test.h266 static std::string GetCoreOatLocation();
Dcommon_art_test.cc331 std::string CommonArtTestImpl::GetCoreOatLocation() { in GetCoreOatLocation() function in art::CommonArtTestImpl