Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc119 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
146 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey))); in TEST_F()
Doat_writer.cc130 key_value_store_->find(OatHeader::kImageLocationKey) == key_value_store_->end()); in OatWriter()
/art/runtime/
Doat.h35 static constexpr const char* kImageLocationKey = "image-location"; variable
Dclass_linker.cc1611 GetStoreValueByKey(OatHeader::kImageLocationKey); in InitFromImage()
/art/dex2oat/
Ddex2oat.cc426 key_value_store->Put(OatHeader::kImageLocationKey, image_file_location); in CreateOatFile()