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

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

Completed in 109 milliseconds