Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Ddex2oat_environment_test.h111 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str())) in SetUp()
112 << "Expected pre-compiled boot image to be at: " << GetSystemImageFile(); in SetUp()
H A Dcommon_runtime_test.h228 static std::string GetSystemImageFile();
H A Dcommon_runtime_test.cc542 std::string CommonRuntimeTestImpl::GetSystemImageFile() { in GetSystemImageFile() function in art::CommonRuntimeTestImpl