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

/art/runtime/
H A Doat.h38 static constexpr const char* kImageLocationKey = "image-location"; variable
H A Dclass_linker.cc955 GetStoreValueByKey(OatHeader::kImageLocationKey);
/art/dex2oat/linker/
H A Doat_writer_test.cc412 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
438 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey)));
550 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
617 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
748 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
867 key_value_store.Put(OatHeader::kImageLocationKey, "test.art");
H A Doat_writer.cc754 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr);
/art/dex2oat/
H A Ddex2oat.cc1594 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location);

Completed in 97 milliseconds