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

/art/runtime/
H A Doat.h37 static constexpr const char* kImageLocationKey = "image-location"; variable
H A Dclass_linker.cc966 GetStoreValueByKey(OatHeader::kImageLocationKey);
/art/compiler/
H A Doat_test.cc370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
391 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey)));
501 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
562 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
664 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
H A Doat_writer.cc521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr);
/art/dex2oat/
H A Ddex2oat.cc1360 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location);

Completed in 402 milliseconds