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