Home
last modified time | relevance | path

Searched refs:GetSystemImageFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex2oat_environment_test.h72 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str())) in SetUp()
73 << "Expected pre-compiled boot image to be at: " << GetSystemImageFile(); in SetUp()
Dcommon_runtime_test.h210 static std::string GetSystemImageFile();
Dcommon_runtime_test.cc522 std::string CommonRuntimeTestImpl::GetSystemImageFile() { in GetSystemImageFile() function in art::CommonRuntimeTestImpl