Searched refs:core_oat_location (Results 1 – 1 of 1) sorted by relevance
98 std::string core_oat_location = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA); in TEST_F() local99 std::unique_ptr<File> core_oat_file(OS::OpenFileForReading(core_oat_location.c_str())); in TEST_F()100 ASSERT_TRUE(core_oat_file.get() != nullptr) << core_oat_location; in TEST_F()