Home
last modified time | relevance | path

Searched refs:kBootClassPathKey (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat.h46 static constexpr const char* kBootClassPathKey = "bootclasspath"; variable
Druntime.cc1055 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); in OpenDexFilesFromImage()
/art/dex2oat/linker/
Dimage_test.h235 key_value_store.Put(OatHeader::kBootClassPathKey, in Compile()
/art/dex2oat/
Ddex2oat.cc1566 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()