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

  /art/runtime/
oat.h 38 static constexpr const char* kImageLocationKey = "image-location";
class_linker.cc     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 412 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");
    [all...]
oat_writer.cc 754 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr);
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 251 milliseconds