Searched refs:GetCoreOatLocation (Results 1 – 5 of 5) sorted by relevance
57 std::string elf_location = GetCoreOatLocation(); in TEST_F()124 std::string elf_location = GetCoreOatLocation(); in TEST_F()
60 const std::string default_location = GetCoreOatLocation(); in OpenOatAndVdexFiles()
46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()
266 static std::string GetCoreOatLocation();
331 std::string CommonArtTestImpl::GetCoreOatLocation() { in GetCoreOatLocation() function in art::CommonArtTestImpl