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()
65 const std::string default_location = GetCoreOatLocation(); in OpenOatAndVdexFiles()
198 static std::string GetCoreOatLocation();
265 std::string CommonArtTestImpl::GetCoreOatLocation() { in GetCoreOatLocation() function in art::CommonArtTestImpl
46 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in SetUp()