HomeSort by relevance Sort by last modified time
    Searched refs:kImageLocationKey (Results 1 - 5 of 5) sorted by null

  /art/runtime/
oat.h 35 static constexpr const char* kImageLocationKey = "image-location";
class_linker.cc     [all...]
  /art/compiler/
oat_test.cc 119 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
146 ASSERT_EQ("lue.art", std::string(oat_header.GetStoreValueByKey(OatHeader::kImageLocationKey)));
oat_writer.cc 130 key_value_store_->find(OatHeader::kImageLocationKey) == key_value_store_->end());
    [all...]
  /art/dex2oat/
dex2oat.cc 413 key_value_store->Put(OatHeader::kImageLocationKey, image_file_location);
    [all...]

Completed in 2046 milliseconds