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