Searched refs:GetSystemImageFile (Results 1 – 3 of 3) sorted by relevance
111 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str())) in SetUp()112 << "Expected pre-compiled boot image to be at: " << GetSystemImageFile(); in SetUp()
228 static std::string GetSystemImageFile();
542 std::string CommonRuntimeTestImpl::GetSystemImageFile() { in GetSystemImageFile() function in art::CommonRuntimeTestImpl