Home
last modified time | relevance | path

Searched refs:kImageLocationKey (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Doat_test.cc370 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()
Doat_writer.cc521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr); in PrepareLayout()
/art/runtime/
Doat.h37 static constexpr const char* kImageLocationKey = "image-location"; variable
Dclass_linker.cc964 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromBootImage()
/art/dex2oat/
Ddex2oat.cc1343 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()