Searched refs:GetCoreOatLocation (Results 1 – 5 of 5) sorted by relevance
55 std::string elf_location = GetCoreOatLocation(); in TEST_F()122 std::string elf_location = GetCoreOatLocation(); in TEST_F()
98 std::string core_oat_location = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in TEST_F()
250 static std::string GetCoreOatLocation();
400 std::string CommonArtTestImpl::GetCoreOatLocation() { in GetCoreOatLocation() function in art::CommonArtTestImpl
49 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()