Searched refs:kImageLocationKey (Results 1 – 5 of 5) sorted by relevance
370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()391 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey))); in TEST_F()501 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TEST_F()562 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestDexFileInput()664 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestZipFileInput()
521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr); in PrepareLayout()
37 static constexpr const char* kImageLocationKey = "image-location"; variable
964 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromBootImage()
1343 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()